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 f790a46 commit 775a19eCopy full SHA for 775a19e
packages/google-cloud-dataproc/package.json
@@ -29,7 +29,7 @@
29
"Google Cloud Dataproc API"
30
],
31
"scripts": {
32
- "test": "nyc mocha",
+ "test": "c8 mocha",
33
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
34
"lint": "eslint '**/*.js'",
35
"docs": "jsdoc -c .jsdoc.js",
@@ -54,7 +54,7 @@
54
"jsdoc-region-tag": "^1.0.2",
55
"linkinator": "^1.5.0",
56
"mocha": "^6.0.0",
57
- "nyc": "^14.0.0",
+ "c8": "^7.0.0",
58
"power-assert": "^1.5.0",
59
"prettier": "^1.13.3"
60
}
0 commit comments