Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 802 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 802 Bytes

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.