We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98e449 commit ea076c1Copy full SHA for ea076c1
2 files changed
.nycrc.yml
@@ -0,0 +1,10 @@
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
package.json
@@ -43,7 +43,7 @@
43
"test:browser": "karma start --single-run",
44
"test:typescript": "tsc --noEmit --strict --lib esnext test/specs/typescript-definition.spec.ts",
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",
+ "coverage:node": "nyc node_modules/mocha/bin/mocha",
47
"coverage:browser": "npm run test:browser -- --coverage",
48
"upgrade": "npm-check -u && npm audit fix",
49
"bump": "bump --tag --push --all",
0 commit comments