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
{{ message }}
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.
loynoir
changed the title
Unit tests are missing if XXX.spec.mjs import ESM use ~1 second
Unit tests are missing when script type="module" takes >= 3ms before describeOct 25, 2021
Repo
https://github.com/loynoir/reproduce-karmaMocha-237.mjs
Scenario
import
a slow ESM moduleReproduce
$ npm install $ npm test
Expected
Three tests
Actual
Missing unit test slowESM, but exit with code 0.
The text was updated successfully, but these errors were encountered: