Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: set Jest peer dependencies to v28 #3454

Merged
merged 1 commit into from
Apr 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat: set Jest peer dependencies to v28
BREAKING CHANGE
Jest 28 is required
  • Loading branch information
anh.pham committed Apr 25, 2022
commit dcfa7c3442e79e2c0f821e56dfe6b7cab856d0d7
2 changes: 1 addition & 1 deletion e2e/__tests__/__snapshots__/const-enum.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ exports[`partial successfully runs the tests inside const-enum with 'isolatedMod
3 | const getTwo = (): string => HooConstEnum.two
4 |

at Resolver._throwModNotFoundError (../../node_modules/jest-resolve/build/resolver.js:493:11)
at Resolver._throwModNotFoundError (../../node_modules/jest-resolve/build/resolver.js:491:11)
at Object.<anonymous> (__tests__/import-from-d-ts-no-js.spec.ts:1:1)

PASS __tests__/import-from-d-ts-has-js.spec.ts
Expand Down
4 changes: 2 additions & 2 deletions e2e/__tests__/__snapshots__/enum.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ exports[`partial successfully runs the tests inside enum with 'isolatedModules:
3 | const getTwo = (): string => FooEnum.two
4 |
at Resolver._throwModNotFoundError (../../node_modules/jest-resolve/build/resolver.js:493:11)
at Resolver._throwModNotFoundError (../../node_modules/jest-resolve/build/resolver.js:491:11)
at Object.<anonymous> (__tests__/import-from-d-ts-no-js.spec.ts:1:1)
PASS __tests__/import-from-d-ts-has-js.spec.ts
Expand All @@ -45,7 +45,7 @@ exports[`partial successfully runs the tests inside enum with 'isolatedModules:
3 | const getTwo = (): string => FooEnum.two
4 |
at Resolver._throwModNotFoundError (../../node_modules/jest-resolve/build/resolver.js:493:11)
at Resolver._throwModNotFoundError (../../node_modules/jest-resolve/build/resolver.js:491:11)
at Object.<anonymous> (__tests__/import-from-d-ts-no-js.spec.ts:1:1)
PASS __tests__/import-from-d-ts-has-js.spec.ts
Expand Down
182 changes: 91 additions & 91 deletions e2e/transform-tsx/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion e2e/transform-tsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"jest-environment-jsdom": "28.0.0-alpha.11",
"jest-environment-jsdom": "^28.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
Loading