Fix the test script
Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
parent
2550d732f5
commit
d84c3d5b0e
|
@ -4,7 +4,7 @@
|
|||
"description": "CloudEvents SDK for JavaScript",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "./node_modules/.bin/mocha -C test/*.js",
|
||||
"test": "./node_modules/.bin/mocha -C test/**/*.js",
|
||||
"coverage": "./node_modules/.bin/istanbul cover -x '**/test/**' _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage && rm -rf ./coverage"
|
||||
},
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue