Skip to content

Commit 49e02e4

Browse files
JustinBeckwithalexander-fenster
authored andcommitted
refactor: drop repo-tool as an exec wrapper (#61)
1 parent 10b0ad9 commit 49e02e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monitoring/snippets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"node": ">=4.0.0"
1010
},
1111
"scripts": {
12-
"test": "repo-tools test run --cmd ava -- -T 3m --verbose system-test/*.test.js"
12+
"test": "ava -T 3m --verbose system-test/*.test.js"
1313
},
1414
"dependencies": {
1515
"@google-cloud/monitoring": "0.5.0",

0 commit comments

Comments
 (0)