filmov
tv
JS Unit Testing | Part 3 | Configure Babel

Показать описание
Now that AVA is configured to use babel, we need to tell babel which presets we need loaded to make our application work.
{
"presets": [
"es2015"
]
}
{
"presets": [
"es2015"
]
}