We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
~~With #4244 landing and #4304 thereafter, we should ensure that root hook plugins can be used with ES modules; e.g. export const mochaHooks = {..}
export const mochaHooks = {..}
I'll take care of this. Should probably land for v8, as it would be confusing if it didn't. ~~
It does work, and there are even tests for it.
What's missing is docs. I'll get to that.
The text was updated successfully, but these errors were encountered:
Actually I think it does work. wow, good job
Sorry, something went wrong.
Hmm, I don't like the failure mode when --require some-esm.js (instead of .mjs). The error is unrelated and unhelpful
--require some-esm.js
.mjs
-r
closed via #4311
boneskull
No branches or pull requests
~~With #4244 landing and #4304 thereafter, we should ensure that root hook plugins can be used with ES modules; e.g.
export const mochaHooks = {..}
I'll take care of this. Should probably land for v8, as it would be confusing if it didn't. ~~
It does work, and there are even tests for it.
What's missing is docs. I'll get to that.
The text was updated successfully, but these errors were encountered: