jest
jest copied to clipboard
Module @swc/jest should have "jest-preset.js" or "jest-preset.json" file at the root.
I'm facing the following issue by setting the SWC to Jest I did exactly the same as documentation "says"
Validation Error:
Module @swc/jest should have "jest-preset.js" or "jest-preset.json" file at the root.
Configuration Documentation:
https://jestjs.io/docs/configuration
ELIFECYCLE Test failed. See above for more details.
ELIFECYCLE Command failed with exit code 1.
```
I am getting the same error. @hpandelo , any luck solving it so far?