Skip to content

Commit

Permalink
Silent the output (console.log) of tests by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Dec 31, 2024
1 parent a2cdb8b commit a6b8942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"format": "prettier --write .",
"pre-commit": "lint-staged",
"test-long:cpu": "node tests/test-suite.js",
"test:unit": "vitest run tests/unit",
"test:integration": "vitest run tests/integration",
"test:unit": "vitest run tests/unit --silent",
"test:integration": "vitest run tests/integration --silent",
"test": "npm-run-all test:*",
"test-long": "npm-run-all test-long:*",
"benchmark": "node app-bench.js"
Expand Down

0 comments on commit a6b8942

Please sign in to comment.