symfony / stimulus-testing

Testing-library integration for Symfony UX

Home Page:https://symfony.com/ux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

babel-env is deprecated

fantomtracks opened this issue · comments

In the readme we have this "presets": ["@babel/env"] line but the package is deprecated. Should we use @babel/preset-env insted ?

Definitely! In fact, the paragraph above we say @babel/preset-env, but the code block is wrong. Can you open a pull request to change that?