From 06e69d114fbc79b0cd55615d730307ff313505a3 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 18 Oct 2019 12:28:31 +0000 Subject: [PATCH] Update test/end-to-end-tests/README.md Co-Authored-By: J. Ryan Stinnett --- test/end-to-end-tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/end-to-end-tests/README.md b/test/end-to-end-tests/README.md index cea6411228..1431fdaf97 100644 --- a/test/end-to-end-tests/README.md +++ b/test/end-to-end-tests/README.md @@ -22,7 +22,7 @@ Run tests with `./run.sh`. ./synapse/start.sh && \ node start.js ``` -It's important to always stop and start synapse before each run of the tests to clear the in-memory sqlite database it uses, as the tests assume a blank slate. +It's important to always stop and start Synapse before each run of the tests to clear the in-memory SQLite database it uses, as the tests assume a blank slate. start.js accepts these parameters (and more, see `node start.js --help`) that can help running the tests locally: