Implementation Language
JavaScript
Operating System
Linux
What version of Collatz did the issue happen on (either the tag, commit hash, or semver)?
Latest, javascript-v1.2.0, post - #479 -- can check which commit in the gh-pages branch actually caused this change though.
What semver version of the language's runtime did the issue happen on?
The nvmrc version.
What were you doing (steps to reproduce the bug)?
make docs_server (which includes make docs)
What actually happened as a result?
The coverage was empty, and the coverage as seen on https://skenvy.github.io/Collatz/javascript/coverage/ at the moment, is empty.
What did you expect to happen?
The coverage map to not be affected by converting mocha to esm.
If you have a stack trace, please add it here.
No response
Anything else you feel useful to add?
The "Usage examples" line in the readme is also still not linked to anything
Implementation Language
JavaScript
Operating System
Linux
What version of Collatz did the issue happen on (either the tag, commit hash, or semver)?
Latest,
javascript-v1.2.0, post - #479 -- can check which commit in the gh-pages branch actually caused this change though.What semver version of the language's runtime did the issue happen on?
The nvmrc version.
What were you doing (steps to reproduce the bug)?
make docs_server(which includesmake docs)What actually happened as a result?
The coverage was empty, and the coverage as seen on https://skenvy.github.io/Collatz/javascript/coverage/ at the moment, is empty.
What did you expect to happen?
The coverage map to not be affected by converting mocha to esm.
If you have a stack trace, please add it here.
No response
Anything else you feel useful to add?
The "Usage examples" line in the readme is also still not linked to anything
Collatz/javascript/README.md
Line 21 in 6357807