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
Hi,
I try to migrate to v4 from v3.15. I have a strange bug with project who contains some require.main
require.main
main should be a object but we got undefined.
main
Everything work with alpha 1 & 2 but since rc1 no success on our tests :/
I suspect usage of worker thread but I cant confirm (with option --no-worker-threads we always have bug)
The text was updated successfully, but these errors were encountered:
nodejs/node#41384
Sorry, something went wrong.
This is because AVA's internals are now ESM so there is no require.main available. This is not something that can be resolved by AVA.
Oki legit. Thanks 👍
No branches or pull requests
Hi,
I try to migrate to v4 from v3.15.
I have a strange bug with project who contains some
require.main
main
should be a object but we got undefined.Everything work with alpha 1 & 2 but since rc1 no success on our tests :/
I suspect usage of worker thread but I cant confirm (with option --no-worker-threads we always have bug)
The text was updated successfully, but these errors were encountered: