|
|
@@ -91,8 +91,8 @@ Finally run the tests with:
|
|
91
|
91
|
```
|
|
92
|
92
|
npm test
|
|
93
|
93
|
```
|
|
94
|
|
-__DO NOT__ run `npm test` whilst the main database is running the testing command
|
|
95
|
|
-flushes the database at the end of the test and this will occur regardless of
|
|
|
94
|
+__DO NOT__ run `npm test` whilst the main database is running on `localhost:6379/0`. The testing command
|
|
|
95
|
+flushes that database at the end of the tests and this will occur regardless of
|
|
96
|
96
|
test passes or failures.
|
|
97
|
97
|
|
|
98
|
98
|
# API
|