DEV Community

Discussion on: Migrate from Jasmine to Jest and Testing Library in Angular

Collapse
 
divstar profile image
divStar

Excuse me, so what you are saying, is: we should be using "@testing-library/angular" instead of jest / karma? Also what about jasmine? Should I remove it, too, and use "jest..."?

Collapse
 
danywalls profile image
Dany Paredes

Yes, you can remove jasmine and use jest, because is a testing library and test runner :D