We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acace14 commit 3a07c12Copy full SHA for 3a07c12
packages/google-cloud-oslogin/package.json
@@ -29,10 +29,8 @@
29
"Google Cloud OS Login API"
30
],
31
"scripts": {
32
- "test": "npm run cover",
33
- "cover": "nyc --reporter=lcov mocha test/*.js && nyc report",
+ "test": "c8 mocha",
34
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
35
- "test-no-cover": "mocha test/*.js",
36
"lint": "eslint '**/*.js'",
37
"docs": "jsdoc -c .jsdoc.js",
38
"system-test": "mocha system-test/*.js smoke-test/*.js --timeout 600000",
@@ -55,7 +53,7 @@
55
53
"jsdoc-region-tag": "^1.0.2",
56
54
"linkinator": "^1.5.0",
57
"mocha": "^6.0.0",
58
- "nyc": "^14.0.0",
+ "c8": "^7.0.0",
59
"power-assert": "^1.4.4",
60
"prettier": "^1.9.2"
61
}
0 commit comments