Przeglądaj źródła

Make it clearer about not running tests on production database

Matt Coles 9 lat temu
rodzic
commit
d055b87fc2
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      README.md

+ 2 - 2
README.md

91
 ```
91
 ```
92
 npm test
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
 test passes or failures.
96
 test passes or failures.
97
 
97
 
98
 # API
98
 # API