Closed tanxukun closed 7 months ago
@tanxukun this looks like an issue with your RxJS dependency. Have you tried upgrading RxJS?
@tanxukun are you still experiencing this issue? Were you able to find a resolution? If you're able to provide a minimal reproduction repository, I may be able to help debug.
Otherwise, I think this is likely an issue that is outside the scope of this library. Jest's ESM support is not very strong; you may have better luck with Vitest
Closing due to lack of activity
Beacause @testing-library/svelte4 is ESM-only, so I have to use this config.
npx --node-options=\"--experimental-vm-modules\" jest --config test/jest.config.js
to test.But it will make error for node_modules file,for example:
What should I do?