This repository shows various examples of testing functionalities of your typical Angular app, using different testing libraries.
Functionality under test | Examples |
---|---|
RxJs / Observables | Marble tests using jasmine-marbles |
RxJs / Observables | Marble tests using jest-marbles |
RxJs / Observables | Marble tests using rxjs/testing |
Presentation Component (Default) | @angular/testing-library |
Presentation Component (OnPush) | @angular/testing-library |
From qupaya with 🖤️.