Skip to content

Commit e889acb

Browse files
jmdobryAce Nassri
authored andcommitted
Build updates. (#462)
1 parent c11df2f commit e889acb

File tree

2 files changed

+3
-3612
lines changed

2 files changed

+3
-3612
lines changed

error-reporting/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
"pretest": "npm run lint",
1717
"error-test": "samples test app --msg \"Something broke!\" --url \"http://localhost:33332/error\" --port 33332 -- snippets.js express",
1818
"exception-test": "samples test app --code 500 --msg SyntaxError --url \"http://localhost:33333/exception\" --port 33333 -- snippets.js express",
19-
"system-test": "ava -T 1m --verbose system-test/*.test.js && npm run error-test && npm run exception-test",
20-
"test": "npm run system-test"
19+
"system-test": "ava -T 1m --verbose system-test/*.test.js",
20+
"all-test": "npm run system-test && npm run error-test && npm run exception-test",
21+
"test": "samples test run --cmd npm -- run all-test"
2122
},
2223
"dependencies": {
2324
"@google-cloud/error-reporting": "0.2.1",

0 commit comments

Comments
 (0)