Skip to content

Commit e2b1805

Browse files
nareshqlogicJustinBeckwith
authored andcommitted
refactor(samples): convert samples test from ava to mocha (#154)
1 parent 20c7d60 commit e2b1805

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/google-cloud-dns/samples/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
"node": ">=8"
1010
},
1111
"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"
12+
"test": "mocha system-test/*.js --timeout 600000"
1513
},
1614
"dependencies": {
1715
"@google-cloud/dns": "^0.8.0",

0 commit comments

Comments
 (0)