- Notifications
You must be signed in to change notification settings - Fork0
alisaduncan/component-harness-code
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a tidy task todo list app with unit test examples. There are tests without using component harnesses and corresponding tests using component harnesses.There's a custom UI component that has a test harness implementation along with tests for the test harness.
The code in this repo is used byTidying up your unit tests presentation.
This project was generated withAngular CLI version 12.0.3.
git clonenpm ci
Runnpm start
orng serve
for a dev server. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files.
Runng test
to execute the unit tests viaKarma.
About
Sample app with unit tests with and without test harnesses, and a custom component test harness for the component test harness presentation