https://github.com/actionanand/angular-testing-2
This is an example app for angular unit testing
https://github.com/actionanand/angular-testing-2
angular angular7 jasmine testing unit-testing
Last synced: about 2 months ago
JSON representation
This is an example app for angular unit testing
- Host: GitHub
- URL: https://github.com/actionanand/angular-testing-2
- Owner: actionanand
- Created: 2021-08-15T08:38:04.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-15T22:16:53.000Z (almost 5 years ago)
- Last Synced: 2025-07-26T19:42:12.074Z (11 months ago)
- Topics: angular, angular7, jasmine, testing, unit-testing
- Language: TypeScript
- Homepage:
- Size: 348 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angular testing 2
To get started, clone the repo or download it
```bash
npm install
```
```bash
npm test
```