You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When originally set up, the regular Jest runner — which allegedly supports coverage reporting out of the box — didn't work for this project because of issues with ESM. Per issue #141, it looks like we can use the regular test runner at this point. If so, we should also look into starting to generate coverage reports.
The text was updated successfully, but these errors were encountered:
I just switched this project to use the latest version of Jest, which indeed now supports ESM. I switched over to the default test runner, which should unblock this issue.
When originally set up, the regular Jest runner — which allegedly supports coverage reporting out of the box — didn't work for this project because of issues with ESM. Per issue #141, it looks like we can use the regular test runner at this point. If so, we should also look into starting to generate coverage reports.
The text was updated successfully, but these errors were encountered: