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: support Jest 30 #265

Closed
wants to merge 1 commit into from
Closed

Conversation

SimenB
Copy link
Member

@SimenB SimenB commented Oct 9, 2023

Due to nodejs/cjs-module-lexer#88, the named imports don't work.

Thankfully, TS knows the exports are also available on the default export, so we can just migrate to that.


In draft until Jest 30 is actually released

@SimenB
Copy link
Member Author

SimenB commented Nov 27, 2023

Original issue worked around in jestjs/jest#14661, so this is no longer needed (and in fact breaks)

@SimenB SimenB closed this Nov 27, 2023
@SimenB SimenB deleted the use-default-export-from-jest-watcher branch November 27, 2023 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant