DEV Community

Discussion on: Testing a Svelte app with Jest

Collapse
 
dennisk profile image
Dennis Keirsgieter

Great article! This helped me on my way.
I am only having issue's right now loading svelte-i18n into the mix aswell.
Tried adding a globalsetup in my jest config but now it complains that it cannot load .json files.

Do you have a solution where you also use svelte-i18n?

Collapse
 
robole profile image
Rob OLeary

Glad it was helpful. I haven't used svelte-i18n, so no suggestions on that front!