Skip to content

Small repository containing components and services that can be unit tested.

Notifications You must be signed in to change notification settings

ArcadyIT/angular-workshop-testing

Repository files navigation

angular-workshop-testing

This project was generated with Angular CLI.

Getting started

  1. Clone this repository
  2. Run npm install in the project root directory
  3. Run npm start or ng serve to start the application and view the components that can be tested
  4. Run npm run test or ng test to run the tests

Pro tip: run ng test --watch to re-run the test after any changes were made!

Goal

The goal is to write unit tests for the components in this repository.

The recommended order (from easier to harder) is:

  1. MessageComponent
  2. PalindromePipe
  3. NotebookComponent
  4. CalculatorComponent
  5. ProductOverviewComponent
  6. TickerComponent

About

Small repository containing components and services that can be unit tested.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published