Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 936 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 936 Bytes

Running Unit test with Jest On an Angular 4 project

The project aims to set up a project which will contain various different angular libs and run test of the codes that uses those libraries using Jest. The reason for setting up this project is Jest is very new testing framework and I am not sure how will it behave with different frameworks and libraries.

Currently working with the libraries listed below:

The project is based on Angular CLI and More library updates will be added gradually.