Skip to content

angellicacardozo/angular-testing-heroes

Repository files navigation

Angular Testing Heroes | Jasmine

Edit on StackBlitz ⚡️

This example app adapted the Tour Of Heroes tutorial to be tested with Karma and Jasmine (1) and styled with tailwind.

Testing takes many forms, and “unit tests” focus on testing the smallest units of a codebase. For Angular applications, this typically includes tests of individual components or services.

1 - Moving Angular to Web Test Runner