-
Notifications
You must be signed in to change notification settings - Fork 37
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
Cannot generate a coverage report #65
Comments
I think it can be a problem of a sourcemap. |
I think it may work if you remove |
I was having a similar problem,
yours is Or is it due to some internal difference between swc generated file and ts-jest generated file? |
Closing as duplicate of swc-project/swc#3854 |
I don't know if this is an issue specifically with
@swc/jest
, but I tried the suggestions in this StackOverflow question and they made no difference. Here is myjest.config.js
:My file structure looks like:
The output looks like this:
The text was updated successfully, but these errors were encountered: