Translations: Français
You can enable Babel support by installing @ava/babel
, and then in AVA's configuration setting babel
to true
:
package.json
:
{
"ava": {
"babel": true
}
}
Find out more in @ava/babel
.
Translations: Français
You can enable Babel support by installing @ava/babel
, and then in AVA's configuration setting babel
to true
:
package.json
:
{
"ava": {
"babel": true
}
}
Find out more in @ava/babel
.