Skip to content

Commit

Permalink
refactor: drop repo-tool as an exec wrapper (#69)
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 34ffb7e commit 494fa69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"node": ">=6.0.0"
},
"scripts": {
"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/dlp": "^0.6.0",
Expand Down

0 comments on commit 494fa69

Please sign in to comment.