You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-09 00:22:08 +03:00
slight tweak to test command
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"scripts": {
|
||||
"coverage": "nyc report --reporter=text-lcov | coveralls",
|
||||
"test": "nyc ./test/run.sh",
|
||||
"mocha": "nyc mocha ./test/mocha/*.js"
|
||||
"mocha": "nyc ./node_modules/.bin/_mocha ./test/mocha/*.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"async": "^1.3.0",
|
||||
|
Reference in New Issue
Block a user