Skip to content

Commit ec70973

Browse files
nareshqlogicJustinBeckwith
authored andcommitted
refactor(samples): convert sample tests from ava to mocha (#146)
1 parent 4ff0e74 commit ec70973

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"node": ">=8"
1414
},
1515
"scripts": {
16-
"cover": "nyc --reporter=lcov --cache ava -T 20s --verbose test/*.test.js ./system-test/*.test.js && nyc report",
17-
"test": "ava -T 10m --serial --verbose system-test/*.test.js"
16+
"test": "mocha system-test/*.test.js --timeout=600000"
1817
},
1918
"dependencies": {
2019
"@google-cloud/video-intelligence": "^1.5.0",

0 commit comments

Comments
 (0)