Skip to content

Commit

Permalink
refactor: drop repo-tool as an exec wrapper (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and alexander-fenster committed Jun 26, 2018
1 parent f80bb6f commit 16c0bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"node": ">=6.0.0"
},
"scripts": {
"test": "repo-tools test run --cmd ava -- -T 1m --verbose system-test/*.test.js"
"test": "ava -T 1m --verbose system-test/*.test.js"
},
"dependencies": {
"@google-cloud/vision": "^0.20.0",
Expand Down

0 comments on commit 16c0bf0

Please sign in to comment.