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 53780ce commit 6a1cdbdCopy full SHA for 6a1cdbd
.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
@@ -49,7 +49,7 @@
49
"test:browser": "karma start --single-run",
50
"test:typescript": "tsc --noEmit test/specs/typescript.spec.ts",
51
"coverage": "npm run coverage:node && npm run coverage:browser",
52
- "coverage:node": "nyc --reporter=text --reporter=lcov node_modules/mocha/bin/mocha",
+ "coverage:node": "nyc node_modules/mocha/bin/mocha",
53
"coverage:browser": "npm run test:browser -- --coverage",
54
"upgrade": "npm-check -u && npm audit fix",
55
"bump": "bump --tag --push --all",
0 commit comments