JS Unit Testing | Part 3 | Configure Babel

preview_player
Показать описание
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"
]
}
Рекомендации по теме
visit shbcf.ru