This project is attached to article related to How to change Angular Karma/Jasmine test framework by Jest and how to perform unit test using Jest
https://blog.ineat-conseil.fr/2019/04/angular-remplacer-karma-jasmine-par-jest
Initial project generated with Angular CLI version 7.3.5. And replace Karma/Jasmine test framework by Jest
Checkout branch, run npm install
or yarn install
Run ng serve
to show the Angular Hello World App throught your favorite brwser at http://localhost:4200/
Run ng test
to execute default Angular Hello World App unit test using Jest
Small Angular Application to create Team of Hero and Team of Wicked using clean architecture but not tested
Same previous application but fully tested with Jest
Same app with untested api service called. The api was mocked using json-server and running using concurrently.
Use npm run start
or yarn start
to start concurrently json-server and Web Server (ng serve).
Same app with tested service.