File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ # NYC config
2+ # https://github.com/istanbuljs/nyc#configuration-files
3+
4+ extension :
5+ - .js
6+ - .ts
7+
8+ reporter :
9+ - text
10+ - lcov
Original file line number Diff line number Diff line change 4343 "test:browser" : " karma start --single-run" ,
4444 "test:typescript" : " tsc --noEmit --strict --lib esnext test/specs/typescript-definition.spec.ts" ,
4545 "coverage" : " npm run coverage:node && npm run coverage:browser" ,
46- "coverage:node" : " nyc --reporter=text --reporter=lcov --report-dir coverage/node node_modules/mocha/bin/mocha" ,
46+ "coverage:node" : " nyc node_modules/mocha/bin/mocha" ,
4747 "coverage:browser" : " npm run test:browser -- --coverage" ,
4848 "upgrade" : " npm-check -u && npm audit fix" ,
4949 "bump" : " bump --tag --push --all" ,
You can’t perform that action at this time.
0 commit comments