Open theoparis opened 2 years ago
What’s the code?
This is likely unrelated to this package, but a difference in how Babel and esbuild handle JSX. In particular, esbuild would probably be wrong, because JSX is a React thing, and the maintainers there treat Babel as the reference implementation.
Hi there. I've been looking for a working svelte testing solution, and so far svelte-jester is broken with ESM. Then I came across this and I set this up with jest and babel with preset-env. However, it gave the following error upon running jest:
It runs fine with Vite though, so its not a issue with my code. I'm not sure how to disable this specific error.
This is my babel configuration: