Skip to content

Commit

Permalink
Make test output in CI quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
calebporzio committed Nov 19, 2023
1 parent 333f5a2 commit 5c461c4
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 @@ -16,7 +16,7 @@
"scripts": {
"build": "node ./scripts/build.js",
"watch": "node ./scripts/build.js --watch",
"test": "cypress run",
"test": "cypress run --quiet",
"cypress": "cypress open",
"jest": "jest test",
"update-docs": "node ./scripts/update-docs.js",
Expand Down

0 comments on commit 5c461c4

Please sign in to comment.