Explorar el Código

Make it clearer about not running tests on production database

Matt Coles hace 9 años
padre
commit
d055b87fc2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -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