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

build(devs-dep): adopt Jest 29.0.0 #3767

Merged
merged 3 commits into from
Aug 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
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:491:11)
at Resolver._throwModNotFoundError (../../node_modules/jest-resolve/build/resolver.js:487: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:491:11)
at Resolver._throwModNotFoundError (../../node_modules/jest-resolve/build/resolver.js:487: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:491:11)
at Resolver._throwModNotFoundError (../../node_modules/jest-resolve/build/resolver.js:487: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
699 changes: 355 additions & 344 deletions e2e/native-esm-ts/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion e2e/native-esm-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"devDependencies": {
"@jest/globals": "^28.1.3"
"@jest/globals": "^29.0.0"
},
"jest": {
"extensionsToTreatAsEsm": [".ts"],
Expand Down
Loading