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 43
43
"test:browser" : " karma start --single-run" ,
44
44
"test:typescript" : " tsc --noEmit --strict --lib esnext test/specs/typescript-definition.spec.ts" ,
45
45
"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" ,
47
47
"coverage:browser" : " npm run test:browser -- --coverage" ,
48
48
"upgrade" : " npm-check -u && npm audit fix" ,
49
49
"bump" : " bump --tag --push --all" ,
You can’t perform that action at this time.
0 commit comments