skovhus / jest-codemods

Codemods for migrating to Jest https://github.com/facebook/jest 👾
MIT License
877 stars 81 forks source link

Does not support Typescript `satisfies` keyword #553

Closed danilofuchs closed 7 months ago

danilofuchs commented 7 months ago

Transformation error (did not recognize object of type "TSSatisfiesExpression") Error: did not recognize object of type "TSSatisfiesExpression"

skovhus commented 7 months ago

Thanks. Maybe upgrading jscodeshift would solve this. Contributions are more than welcome.

skovhus commented 7 months ago

Version 0.32.0 should work, can you test it out?