Skip to content

Commit

Permalink
Reduce test console noise (#1484)
Browse files Browse the repository at this point in the history
Partial: #1481
  • Loading branch information
ssbarnea authored Aug 2, 2024
1 parent 0f63250 commit 73d14a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@
"coverage-e2e": "COVERAGE=1 yarn run test-e2e",
"test-e2e-withserver": "yarn run test-compile-withserver && node ./out/client/test/testRunner",
"coverage-e2e-withserver": "COVERAGE=1 yarn run test-e2e-withserver",
"mock-lightspeed-server": "DEBUG='express:*' node ./out/client/test/mockLightspeedServer/server.js 2> out/log/express.log",
"mock-lightspeed-server": "DEBUG='express:*' node ./out/client/test/mockLightspeedServer/server.js >>out/log/express.log 2>&1",
"kill-mock-lightspeed-server": "pkill -f mockLightspeedServer/server.js",
"_coverage-all": "./tools/coverage-all.sh",
"coverage-all": "TEST_LIGHTSPEED_URL='http://127.0.0.1:3000' yarn _coverage-all",
Expand Down

0 comments on commit 73d14a4

Please sign in to comment.