File tree Expand file tree Collapse file tree 2 files changed +3
-3612
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3612
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments