1
0
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:
Benjamin Coe
2015-07-14 08:39:33 -07:00
parent 3aaef47756
commit 1e9613fa8f

View File

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