Skip to content

Commit

Permalink
refactor: drop repo-tool as an exec wrapper (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and ahrarmonsur committed Nov 17, 2022
1 parent 36f9ba7 commit e78b210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion video-intelligence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"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": "repo-tools test run --cmd ava -- -T 5m --verbose system-test/*.test.js"
"test": "ava -T 5m --verbose system-test/*.test.js"
},
"dependencies": {
"@google-cloud/video-intelligence": "^1.2.0",
Expand Down

0 comments on commit e78b210

Please sign in to comment.