소스 검색

Make it clearer about not running tests on production database

Matt Coles 9 년 전
부모
커밋
d055b87fc2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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