This repository was archived by the owner on Dec 28, 2023. It is now read-only.
This repository was archived by the owner on Dec 28, 2023. It is now read-only.
script type="module" takes >= 3ms before describe #243
Repo
https://github.com/loynoir/reproduce-karmaMocha-237.mjs
Scenario
importa slow ESM moduleReproduce
$ npm install $ npm testExpected
Three tests
CJS ✔ bar fastESM ✔ bar slowESM ✔ bar SUMMARY: ✔ 3 tests completedActual
Missing unit test slowESM, but exit with code 0.
CJS ✔ bar fastESM ✔ bar SUMMARY: ✔ 2 tests completed