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
I've tried to use this plugin with inline snapshoting and I've get this error, probably it's related to the compiled code by esbuild, Jest can't find where it's the code located, but I'm not sure how to debug it.
Do you have any clues or guidance, I can help fixing the bug =)
FAIL tests/react-ts.spec.tsx
● Test suite failed to run
Jest: Couldn't locate all inline snapshots. at Object.parse (node_modules/jest-snapshot/build/InlineSnapshots.js:267:11)
And the test's fails, I've tried to replace esbuild-jest by the standard babel implementation and works correctly!
The text was updated successfully, but these errors were encountered:
Hello folks!
I've tried to use this plugin with inline snapshoting and I've get this error, probably it's related to the compiled code by esbuild, Jest can't find where it's the code located, but I'm not sure how to debug it.
Do you have any clues or guidance, I can help fixing the bug =)
And the test's fails, I've tried to replace esbuild-jest by the standard babel implementation and works correctly!
The text was updated successfully, but these errors were encountered: