-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
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
Use node experimental-modules? #1641
Comments
AVA does not recognize test files with I imagine you can forward the |
@novemberborn Nope...
|
@jrgleason you need to be using the latest AVA release ( |
Indeed, it didn't work. I tried
|
One way to avoid having to use babel, is to enable the
--experimental-modules
node feature.So, for example, I'd run:
node --experimental-modules main.mjs
(mode here)But, i can't seem to figure out how to make ava use experimental modules instead of relying on babel-register. Any clue?
The text was updated successfully, but these errors were encountered: