Replies: 1 comment
-
i have created a minimal setup which has (svelte + typescript + jest with ts-jest and svelte-jester) using snowpack's template for svelte+typescript. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We’ve had a few requests for a better testing setup with Svelte + TypeScript:
We are currently using Jest + Babel (for TypeScript) + jest-transform-svelte (for Svelte).
Is there a better setup we can use? Test-runner or transformer-wise? Would love to hear comments + suggestions!
Beta Was this translation helpful? Give feedback.
All reactions