1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00

update CONTRIBUTING.md

This commit is contained in:
leibale
2021-11-09 18:14:32 -05:00
parent ca4ec86f89
commit 162ac4ce64

View File

@@ -45,7 +45,7 @@ A huge thank you to the original author of Node Redis, [Matthew Ranney](https://
Node Redis has a full test suite with coverage setup.
To run the tests, run `npm install` to install dependencies, then run `npm test`.
To run the tests, run `npm install` to install dependencies, then run `npm run build:tests-tools && npm test`.
Note that the test suite assumes that [`docker`](https://www.docker.com/) is installed in your environment.