DEV Community

Discussion on: What are the alternatives to unit tests?

Collapse
 
kayis profile image
K

Yes, I read about this.

Even autmatically generating inputs for JavaScript tests with the help of Flow type annotations.

I also liked the idea of mutation testing.