Skip to content

fyodorio/angular-unit-testing-examples

Repository files navigation

Angular Unit Testing Examples

I use this project to test different concepts of unit testing the Angular applications. BTW, you can find decent unit testing styleguide for Angular in corresponding repository nearby.

unit-testing

Getting started

This project was generated with Angular CLI. Please refer to the documentation to learn about its main commands and features.

Inspiration and ideas

The code used in this project is mainly introduced by Mosh Hamedani in his old great Udemy course on Testing Angular 4 Apps With Jasmine.