Merge pull request #10443 from webpack/chore-deps-update-jest

chore(deps): update `jest`
This commit is contained in:
Tobias Koppers 2020-02-27 21:21:13 +01:00 committed by GitHub
commit 935b0d6f0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 981 additions and 659 deletions

View File

@ -52,9 +52,9 @@
"glob": "^7.1.3",
"husky": "^3.0.2",
"istanbul": "^0.4.5",
"jest": "^24.9.0",
"jest-diff": "^24.9.0",
"jest-junit": "^8.0.0",
"jest": "^25.1.0",
"jest-diff": "^25.1.0",
"jest-junit": "^10.0.0",
"json-loader": "^0.5.7",
"json-schema-to-typescript": "^7.0.0",
"json5": "^2.1.1",

View File

@ -1,4 +1,4 @@
const jestDiff = require("jest-diff");
const jestDiff = require("jest-diff").default;
const stripAnsi = require("strip-ansi");
const {
applyWebpackOptionsDefaults,

View File

@ -1384,9 +1384,9 @@ Entrypoint <CLR=BOLD>main</CLR> = <CLR=32,BOLD>main.js</CLR>
<CLR=31,BOLD>DEBUG</CLR> <CLR=BOLD>LOG from ./node_modules/custom-loader/index.js ./node_modules/custom-loader/index.js!./index.js</CLR>
<e> <CLR=31,BOLD>An error</CLR>
| at Object.<anonymous>.module.exports (Xdir/logging/node_modules/custom-loader/index.js:5:9)
| at Object.module.exports (Xdir/logging/node_modules/custom-loader/index.js:5:9)
<w> <CLR=33,BOLD>A warning</CLR>
| at Object.<anonymous>.module.exports (Xdir/logging/node_modules/custom-loader/index.js:6:9)
| at Object.module.exports (Xdir/logging/node_modules/custom-loader/index.js:6:9)
<-> <CLR=36,BOLD>Unimportant</CLR>
<i> <CLR=32,BOLD>Info message</CLR>
<CLR=BOLD>Just log</CLR>
@ -1395,7 +1395,7 @@ Entrypoint <CLR=BOLD>main</CLR> = <CLR=32,BOLD>main.js</CLR>
<-> <CLR=36,BOLD>Nested</CLR>
<CLR=BOLD>Log inside collapsed group</CLR>
Trace
| at Object.<anonymous>.module.exports (Xdir/logging/node_modules/custom-loader/index.js:15:9)
| at Object.module.exports (Xdir/logging/node_modules/custom-loader/index.js:15:9)
<t> <CLR=35,BOLD>Measure: Xms</CLR>
-------
<CLR=BOLD>After clear</CLR>

1626
yarn.lock

File diff suppressed because it is too large Load Diff