Ayoub Benabid

Results 3 comments of Ayoub Benabid

Thanks, this works: `"test": "react-scripts test --transformIgnorePatterns "node_modules/(?!axios)/"",` You can also do it this way: add this jest config to your package.json ``` "jest": { "transformIgnorePatterns": ["node_modules/(?!axios)/"] }, ``` and...

I get the same error as well ```shell error - SyntaxError: Unexpected token u in JSON at position 0 at JSON.parse () ``` This is my client component ```javascript "use...

Having the same issue here! Any solution or workaround yet?