Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T20:34:40.000Z (almost 2 years ago)
- Last Synced: 2024-10-01T09:43:00.040Z (about 1 month ago)
- Topics: angular, angular-cli, angular11, jasmine, jest, karma, karma-jasmine, typescript, unit-testing
- Language: TypeScript
- Homepage:
- Size: 2.52 MB
- Stars: 28
- Watchers: 2
- 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).
![unit-testing](https://cdn-images-1.medium.com/max/1600/1*9S01ivk7N1fkh4Tj3MqZgg.gif)
## 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=/).