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

Automated test on a large project #26

Open urish opened 6 years ago

urish commented 6 years ago

I'd love if we had an automated test where we instrumented a large JavaScript project with good test coverage (such as webpack), and then run all their unit-tests and make sure our instrumenting / type collector snippet did not break anything.

This can also be a measure of how many new types we find, and who knows, perhaps eventually the project we pick will decide to take advantage of TypeScript one day.