Skip to content

0.18.0 (TypeScript support)

Choose a tag to compare

@skovhus skovhus released this 08 Dec 23:44
77e4675

Our most requested feature is now here: TypeScript support!

After a lot of work done in jscodeshift and Recast, jest-codemods now allow you to convert your TypeScript test files to Jest.

Besides:

  • the CLI now asks which parser to use (babel, flow or typescript)
  • node_modules are always ignored
  • the default path was changed from src tests/*.js to .

#122
#139