Skip to content

Commit

Permalink
refactor(samples): convert samples test from ava to mocha (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
nareshqlogic authored and JustinBeckwith committed Nov 12, 2018
1 parent 20c7d60 commit e2b1805
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/google-cloud-dns/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
"node": ">=8"
},
"scripts": {
"ava": "ava -T 20s --verbose test/*.test.js system-test/*.test.js",
"cover": "nyc --reporter=lcov --cache ava -T 20s --verbose test/*.test.js system-test/*.test.js && nyc report",
"test": "npm run cover"
"test": "mocha system-test/*.js --timeout 600000"
},
"dependencies": {
"@google-cloud/dns": "^0.8.0",
Expand Down

0 comments on commit e2b1805

Please sign in to comment.