DEV Community

Discussion on: A look back at my first published npm library 5 years ago

Collapse
 
antoniovdlc profile image
Antonio Villagra De La Cruz

Thanks for taking the time to read the article!

ts-jest is definitely a great alternative to using babel. I didn't look too much into it, because my reasoning here was that I didn't particularly need type checking for the tests, and I could live with the limitations of using babel (kulshekhar.github.io/ts-jest/docs/...), but I guess that would depend on your requirements.