Skip to content

Commit

Permalink
Build updates. (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry authored and Ace Nassri committed Nov 11, 2022
1 parent c11df2f commit e889acb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3,612 deletions.
5 changes: 3 additions & 2 deletions error-reporting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
"pretest": "npm run lint",
"error-test": "samples test app --msg \"Something broke!\" --url \"http://localhost:33332/error\" --port 33332 -- snippets.js express",
"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 && npm run error-test && npm run exception-test",
"test": "npm run system-test"
"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": "samples test run --cmd npm -- run all-test"
},
"dependencies": {
"@google-cloud/error-reporting": "0.2.1",
Expand Down
Loading

0 comments on commit e889acb

Please sign in to comment.