DEV Community

Discussion on: Head start with Testing in Angular with Jasmine

Collapse
 
danywalls profile image
Dany Paredes

I'm using karma because comes by default with Angular, but these are 3 missing points from Jest
1- Jest is faster (of course don't need a browser)
2- Jest configuration is easy.
3-Debug and run with VSCode.

I will finish my process with Karma, maybe I will try looking how to migrate to move my tests to Jest :D