in my `./frontend` `npm run test` works just fine...
# help
d
in my
./frontend
npm run test
works just fine. When I run it the root, like Seed would in deploy, I get some babel errors. Do I need to configure the sst app to have the same config as the react app?
a
I have same problems.
Might be related to yarn hoisting?
d
I tried adding a babel config at the
/sst
level. But I’m using NPM
did you try
Copy code
"scripts": {
    "test": "sst-env -- react-scripts test",