-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recipe for using TypeScript and Jest tests at the same time #149
Comments
I believe that I think that for setting up any integration, Svelte Adders is basically always the easiest way to manage it. Not sure if there's something we should do to make that more discoverable |
Interesting, I may have to give that a try. I did find this and while it's slightly out of date (uses Jest 26 and with v27 requires setting |
|
The docs seem to indicate that |
Probably not though perhaps. But I imagine you could see what it changed and then make the same changes in your project |
There's a recipe for using TypeScript and a recipe for writing tests with Jest, but nothing to get them both running together. I can write components using TS but as soon as I try to test them it all falls apart. I've never used Jest and TS together before, so a recipe would be extremely helpful.
The text was updated successfully, but these errors were encountered: