-
Notifications
You must be signed in to change notification settings - Fork 82
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
Transformation error: Where to add a parser/compiler for TypeScript #102
Comments
Hi. Thanks for reaching out.
We should probably add this to the README. |
Yes definitely, it should be highlighted in the README and also https://facebook.github.io/jest/docs/en/migration-guide.html where it mentions Jasmine but not TypeScript which go hand in hand.... It would have saved me a day's worth of effort trying to make it work with TypeScript. |
Sorry to hear that. Both this and Jest is open source and welcome contributions. Let me know if you would like to contribute here by updating the README. : ) |
Yes sure, thanks for letting me know, would like to contribute and update the ReadME file :) |
Replaced by #122 |
I am looking to migrate our tests from Jasmine to Jest. However, it's failing on the first step with the error below:
Transformation error SyntaxError: Unexpected token (22:8)
It's recommended to use ts-jest but is jest-codemods configurable to allow for this or add TypeScript transformation?
The text was updated successfully, but these errors were encountered: