Skip to content

Commit 61da707

Browse files
committed
Quieter tests
1 parent 56861ae commit 61da707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"prettier:check": "prettier --cache --ignore-path .eslintignore --check '**/*.{js,jsx,ts,tsx,graphql,md,json}'",
1515
"test": "yarn prepack && yarn depcheck && yarn test:setupdb && yarn test:only",
1616
"test:setupdb": "./scripts/setup_template_db.sh",
17-
"test:only": "node --experimental-vm-modules node_modules/.bin/jest",
17+
"test:only": "NO_LOG_SUCCESS=1 node --experimental-vm-modules node_modules/.bin/jest",
1818
"depcheck": "depcheck --ignores='graphile-worker,faktory-worker,@google-cloud/tasks,bullmq,jest-environment-node,@docusaurus/*,@fortawesome/*,@mdx-js/*,@types/jest,clsx,eslint_d,graphile,juice,postcss-nested,prism-react-renderer,react,react-dom,svgo,ts-node,@types/debug,tslib'",
1919
"db:dump": "./scripts/dump_db",
2020
"perfTest": "cd perfTest && node ./run.js",

0 commit comments

Comments
 (0)