File tree 2 files changed +795
-199
lines changed
2 files changed +795
-199
lines changed Original file line number Diff line number Diff line change 14
14
"buildDist" : " rm -rf dist/* && ./node_modules/.bin/tsc" ,
15
15
"test" : " npm run lint && npm run mocha" ,
16
16
"mocha" : " mocha --config test/.mocharc.json" ,
17
- "cover" : " istanbul cover -x dist/index.js node_modules/mocha/bin/_mocha -- -R spec --config test/.mocharc.json" ,
17
+ "cover" : " nyc --reporter=lcov --reporter=text-summary mocha --config test/.mocharc.json" ,
18
18
"lint" : " tslint -c tslint.json 'src/**/*.ts' 'test/**/*.ts'"
19
19
},
20
20
"repository" : {
54
54
},
55
55
"homepage" : " https://github.com/PruvoNet/promise-blocking-queue#readme" ,
56
56
"devDependencies" : {
57
+ "@istanbuljs/nyc-config-typescript" : " ^1.0.2" ,
57
58
"@types/chai" : " ^4.3.5" ,
58
59
"@types/chai-as-promised" : " ^7.1.5" ,
59
60
"@types/mocha" : " ^10.0.1" ,
63
64
"coveralls" : " ^3.1.1" ,
64
65
"delay" : " ^6.0.0" ,
65
66
"dirty-chai" : " ^2.0.1" ,
66
- "istanbul" : " ^0.4.5" ,
67
67
"mocha" : " ^10.2.0" ,
68
+ "nyc" : " ^15.1.0" ,
68
69
"sinon" : " ^15.1.2" ,
69
70
"sinon-chai" : " ^3.7.0" ,
70
71
"sleep-promise" : " ^9.1.0" ,
You can’t perform that action at this time.
0 commit comments