We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using jest this code gets transpiled to require and the file URL syntax of the import is not supported and breaks the testing environment.
Why not just use jest's --experimental-vm-modules flag? Glad you asked. Because of this jestjs/jest#11434 (comment) which is caused by this nodejs/node#37648 which is ultimately caused by this v8 bug
The text was updated successfully, but these errors were encountered:
confirmed that this is a problem when implementing this in backstage, as well. here is the PR related to the fix, that will need to be pulled in: #908
Sorry, something went wrong.
No branches or pull requests
When using jest this code gets transpiled to require and the file URL syntax of the import is not supported and breaks the testing environment.
Why not just use jest's --experimental-vm-modules flag? Glad you asked. Because of this jestjs/jest#11434 (comment) which is caused by this nodejs/node#37648 which is ultimately caused by this v8 bug
The text was updated successfully, but these errors were encountered: