File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1- /node_modules
21/.idea
2+ /.nycrc
3+ /.nyc_output
34/.vscode
45/coverage
6+ /node_modules
57__ *
Original file line number Diff line number Diff line change 44/.eslintrc.yaml
55/.gitignore
66/.idea
7+ /.nycrc
8+ /.nyc_output
79/.travis.yml
810/.vscode
911/coverage
Original file line number Diff line number Diff line change 55 "main" : " index.js" ,
66 "scripts" : {
77 "test" : " mocha test --recursive" ,
8- "coverage" : " istanbul cover ./node_modules/.bin/_mocha -- test --recursive" ,
8+ "coverage" : " nyc mocha test --recursive" ,
99 "lint" : " eslint ."
1010 },
1111 "repository" : {
2828 "codeclimate-test-reporter" : " ^0.5.0" ,
2929 "eslint" : " ^4.18.1" ,
3030 "eslint-config-xo" : " ^0.20.1" ,
31- "istanbul" : " ^0.4.5" ,
3231 "mocha" : " ^5.0.1" ,
32+ "nyc" : " ^11.4.1" ,
3333 "sinon" : " ^4.4.2"
3434 }
3535}
You can’t perform that action at this time.
0 commit comments