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
Currently we completely remove it and just change test command to jest. It’s neat how we move config into package.json but I want to keep scripts/test.js for various reasons. It’s fine if it just calls Jest for now.
Currently we completely remove it and just change
testcommand tojest. It’s neat how we move config intopackage.jsonbut I want to keepscripts/test.jsfor various reasons. It’s fine if it just calls Jest for now.