You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to install the latest Babel 6 since I'm starting a new project. When I installed the latest Babel to my devDependencies the two simple test kept failing. So I removed them from my devDependencies and it worked. I wrote my actual tests now and well, I need Babel to run my code.
Is it normal behavior to break AVA if I install the the updated Babel to my devDependencies?
The text was updated successfully, but these errors were encountered:
I tried to install the latest Babel 6 since I'm starting a new project. When I installed the latest Babel to my devDependencies the two simple test kept failing. So I removed them from my devDependencies and it worked. I wrote my actual tests now and well, I need Babel to run my code.
Is it normal behavior to break AVA if I install the the updated Babel to my devDependencies?
The text was updated successfully, but these errors were encountered: