mirror of https://github.com/webpack/webpack.git
add workaround for jest bug
This commit is contained in:
parent
a994ec77c4
commit
08473dee6d
|
@ -108,7 +108,7 @@
|
||||||
"test": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest",
|
"test": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest",
|
||||||
"test:update-snapshots": "yarn jest -u",
|
"test:update-snapshots": "yarn jest -u",
|
||||||
"test:integration": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.test.js\"",
|
"test:integration": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.test.js\"",
|
||||||
"test:basic": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/{TestCasesNormal,StatsTestCases,ConfigTestCases}.test.js\"",
|
"test:basic": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/te{st/TestCasesNormal,st/StatsTestCases,st/ConfigTestCases}.test.js\"",
|
||||||
"test:unit": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.unittest.js\"",
|
"test:unit": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.unittest.js\"",
|
||||||
"travis:integration": "yarn cover:init && yarn cover:integration --ci $JEST",
|
"travis:integration": "yarn cover:init && yarn cover:integration --ci $JEST",
|
||||||
"travis:basic": "yarn test:basic --ci $JEST",
|
"travis:basic": "yarn test:basic --ci $JEST",
|
||||||
|
|
Loading…
Reference in New Issue