asode
asode
Hi, I was wondering what am I doing wrong here as I'm trying to test my component with `jest`. In browser it works fine. Should I somehow exclude the language...
### Describe the bug When using renderWithRouter with jest + TypeScript the following error occurs: ``` TypeError: append_styles is not a function at Object.init (node_modules/svelte/internal/index.js:1791:22) at new Router (node_modules/svelte-navigator/dist/svelte-navigator.umd.js:1243:16) at...
I'm trying to run my tests with `jest` and `testing-library`, but for some reason stuck getting the following error: ```node TypeError: Select is not a constructor at create_if_block (src/components/form/InputField.svelte:446:11) at...
After updating `svelte-feather-icons` to 3.5.1, I'm getting the following error when running `jest`: ``` ● › Should render all props without sale TypeError: Cannot read property '$$' of undefined at...