From b32d182aaba92e560db1c247d29cc41ba589075a Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Mon, 25 Jun 2018 18:21:18 -0700 Subject: [PATCH] refactor: drop repo-tool as an exec wrapper (#148) --- error-reporting/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/error-reporting/package.json b/error-reporting/package.json index 3b5acb4c5e..0215f303d0 100644 --- a/error-reporting/package.json +++ b/error-reporting/package.json @@ -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",