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
AVA now recognizes .mjs test files, but refuses to load them. We should!
.mjs
See the code here: https://github.com/avajs/ava/blob/54ff13036517e7dff3d95b7afe4e70254b1dbe7a/lib/worker/subprocess.js#L131:L137
Of course import() is only available on Node.js 13. This should fail gracefully on Node.js 10 and 12.
import()
The text was updated successfully, but these errors were encountered:
require
This is now available in AVA 3.3.0. Thank you @arlac77!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
AVA now recognizes
.mjs
test files, but refuses to load them. We should!See the code here: https://github.com/avajs/ava/blob/54ff13036517e7dff3d95b7afe4e70254b1dbe7a/lib/worker/subprocess.js#L131:L137
Of course
import()
is only available on Node.js 13. This should fail gracefully on Node.js 10 and 12.The text was updated successfully, but these errors were encountered: