Skip to content

Commit

Permalink
refactor: drop repo-tool as an exec wrapper (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and Ace Nassri committed Nov 11, 2022
1 parent 2fa0d0d commit b32d182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion error-reporting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"exception-test": "samples test app --code 500 --msg SyntaxError --url \"http://localhost:33333/exception\" --port 33333 -- snippets.js express",
"system-test": "ava -T 1m --verbose system-test/*.test.js",
"all-test": "npm run system-test && npm run error-test && npm run exception-test",
"test": "repo-tools test run --cmd npm -- run cover"
"test": "npm run cover"
},
"dependencies": {
"@google-cloud/error-reporting": "0.5.0",
Expand Down

0 comments on commit b32d182

Please sign in to comment.