Skip to content

Commit

Permalink
refactor(samples): convert sample tests from ava to mocha (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
nareshqlogic authored and JustinBeckwith committed Nov 15, 2018
1 parent 4ff0e74 commit ec70973
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/google-cloud-videointelligence/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"node": ">=8"
},
"scripts": {
"cover": "nyc --reporter=lcov --cache ava -T 20s --verbose test/*.test.js ./system-test/*.test.js && nyc report",
"test": "ava -T 10m --serial --verbose system-test/*.test.js"
"test": "mocha system-test/*.test.js --timeout=600000"
},
"dependencies": {
"@google-cloud/video-intelligence": "^1.5.0",
Expand Down

0 comments on commit ec70973

Please sign in to comment.