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.