File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 88### Fixes
99
1010- ` [expect] ` Allow again ` expect.Matchers ` generic with single value ([ #11986 ] ( https://github.com/facebook/jest/pull/11986 ) )
11+ - ` [jest-config] ` Add missing ` slash ` dependency to ` package.json ` ([ #12080 ] ( https://github.com/facebook/jest/pull/12080 ) )
1112- ` [jest-core] ` Incorrect detection of open ZLIB handles ([ #12022 ] ( https://github.com/facebook/jest/pull/12022 ) )
1213- ` [jest-diff] ` Break dependency cycle ([ #10818 ] ( https://github.com/facebook/jest/pull/10818 ) )
1314- ` [jest-environment-jsdom] ` Add ` @types/jsdom ` dependency ([ #11999 ] ( https://github.com/facebook/jest/pull/11999 ) )
Original file line number Diff line number Diff line change 4242 "jest-util" : " ^27.3.1" ,
4343 "jest-validate" : " ^27.3.1" ,
4444 "micromatch" : " ^4.0.4" ,
45- "pretty-format" : " ^27.3.1"
45+ "pretty-format" : " ^27.3.1" ,
46+ "slash" : " ^3.0.0"
4647 },
4748 "devDependencies" : {
4849 "@types/babel__core" : " ^7.0.4" ,
Original file line number Diff line number Diff line change @@ -12658,6 +12658,7 @@ fsevents@^1.2.7:
1265812658 micromatch: ^4.0.4
1265912659 pretty-format: ^27.3.1
1266012660 semver: ^7.3.5
12661+ slash: ^3.0.0
1266112662 strip-ansi: ^6.0.0
1266212663 ts-node: ^9.0.0
1266312664 typescript: ^4.0.3
You can’t perform that action at this time.
0 commit comments