Hi, the package @testing-library/angular extends DOM Testing library adding APIs for working with Angular components easy, like simplify detect changes etc.
You don't need to delete the test generate by angular-cli, by default is compatible with Jest. You will start to use the jest functions instead of jasmine.
Hi, the package
@testing-library/angularextends DOM Testing library adding APIs for working with Angular components easy, like simplify detect changes etc.You don't need to delete the test generate by angular-cli, by default is compatible with Jest. You will start to use the jest functions instead of jasmine.
hmm, i understood! Thank you.