Skip to content

Commit

Permalink
Merge pull request #8740 from webpack/deps/update-jest
Browse files Browse the repository at this point in the history
update jest
  • Loading branch information
sokra committed Feb 6, 2019
2 parents 8167e42 + 08473de commit 885ab81
Show file tree
Hide file tree
Showing 2 changed files with 622 additions and 1,034 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -55,8 +55,8 @@
"istanbul": "^0.4.5",
"jade": "^1.11.0",
"jade-loader": "~0.8.0",
"jest": "24.0.0-alpha.1",
"jest-junit": "^5.2.0",
"jest": "24.1.0",
"jest-junit": "^6.2.1",
"json-loader": "^0.5.7",
"json-schema-to-typescript": "^6.0.1",
"less": "^3.9.0",
Expand Down Expand Up @@ -108,7 +108,7 @@
"test": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest",
"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: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\"",
"travis:integration": "yarn cover:init && yarn cover:integration --ci $JEST",
"travis:basic": "yarn test:basic --ci $JEST",
Expand Down

0 comments on commit 885ab81

Please sign in to comment.