Skip to content

Commit

Permalink
increase jest cache size
Browse files Browse the repository at this point in the history
  • Loading branch information
metal-messiah committed Jan 17, 2025
1 parent 1fe2412 commit 0eb859f
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 @@ -172,7 +172,7 @@
"start": "npm-run-all --parallel cdn:watch test-server",
"lint": "eslint -c .eslintrc.js --ext .js,.cjs,.mjs .",
"lint:fix": "npm run lint -- --fix",
"test": "jest",
"test": " NODE_OPTIONS=--max-old-space-size=8192 jest",
"test:unit": "jest --selectProjects unit",
"test:component": "jest --selectProjects component",
"test:types": "tsd -f ./tests/dts/**/*.ts",
Expand Down

0 comments on commit 0eb859f

Please sign in to comment.