https://github.com/fyodorio/angular-unit-testing-examples
Showroom for different Angular unit testing concepts
https://github.com/fyodorio/angular-unit-testing-examples
angular angular-cli angular11 jasmine jest karma karma-jasmine typescript unit-testing
Last synced: about 1 month ago
JSON representation
Showroom for different Angular unit testing concepts
- Host: GitHub
- URL: https://github.com/fyodorio/angular-unit-testing-examples
- Owner: fyodorio
- Created: 2018-10-25T01:52:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T20:34:40.000Z (over 2 years ago)
- Last Synced: 2025-03-26T06:34:22.410Z (about 2 months ago)
- Topics: angular, angular-cli, angular11, jasmine, jest, karma, karma-jasmine, typescript, unit-testing
- Language: TypeScript
- Homepage:
- Size: 2.52 MB
- Stars: 28
- Watchers: 1
- Forks: 29
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/fyodorio/unit-testing-styleguide).

## Getting started
This project was generated with [Angular CLI](https://github.com/angular/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](https://twitter.com/moshhamedani) in his old great Udemy course on [Testing Angular 4 Apps With Jasmine](https://www.udemy.com/share/1002tYBEEScFlSRXQ=/).