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 20c7d60 commit e2b1805Copy full SHA for e2b1805
packages/google-cloud-dns/samples/package.json
@@ -9,9 +9,7 @@
9
"node": ">=8"
10
},
11
"scripts": {
12
- "ava": "ava -T 20s --verbose test/*.test.js system-test/*.test.js",
13
- "cover": "nyc --reporter=lcov --cache ava -T 20s --verbose test/*.test.js system-test/*.test.js && nyc report",
14
- "test": "npm run cover"
+ "test": "mocha system-test/*.js --timeout 600000"
15
16
"dependencies": {
17
"@google-cloud/dns": "^0.8.0",
0 commit comments