We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a657fa commit 09225e6Copy full SHA for 09225e6
1 file changed
packages/google-cloud-datalabeling/package.json
@@ -27,13 +27,11 @@
27
"Data Labeling API"
28
],
29
"scripts": {
30
- "cover": "nyc --reporter=lcov mocha test/*.js && nyc report",
31
"docs": "jsdoc -c .jsdoc.js",
32
"lint": "eslint '**/*.js'",
33
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
34
"system-test": "mocha system-test/*.js smoke-test/*.js --timeout 600000",
35
- "test-no-cover": "mocha test/*.js",
36
- "test": "npm run cover",
+ "test": "c8 mocha",
37
"fix": "eslint --fix '**/*.js'",
38
"docs-test": "linkinator docs",
39
"predocs-test": "npm run docs"
@@ -54,7 +52,7 @@
54
52
"jsdoc-region-tag": "^1.0.2",
55
53
"linkinator": "^1.5.0",
56
"mocha": "^6.2.2",
57
- "nyc": "^15.0.0",
+ "c8": "^7.0.0",
58
"power-assert": "^1.6.0",
59
"prettier": "^1.13.6"
60
}
0 commit comments