mockdeep / typewiz

Automatically discover and add missing types in your TypeScript code
https://medium.com/@urish/manual-typing-is-no-fun-introducing-typewiz-58e3e8813f4c
1.1k stars 46 forks source link

jest plugin #49

Open urish opened 6 years ago

urish commented 6 years ago

Create a jest transform that instruments your code with TypeWiz, so you can automatically add types when your tests run.

Will be useful for mweststrate/immer#128