https://github.com/jl-olemar/angular-learntests
Learn test in angular with jasmine.
https://github.com/jl-olemar/angular-learntests
angular jasmine karma-jasmine tests typescript
Last synced: 6 months ago
JSON representation
Learn test in angular with jasmine.
- Host: GitHub
- URL: https://github.com/jl-olemar/angular-learntests
- Owner: JL-OLEMAR
- Created: 2022-01-29T01:16:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-02T01:41:28.000Z (over 3 years ago)
- Last Synced: 2025-02-05T18:41:15.021Z (8 months ago)
- Topics: angular, jasmine, karma-jasmine, tests, typescript
- Language: TypeScript
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn Tests
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.1.1.
## Install dependencies
Run `npm install` to install all depedencies.
## Development server
Run `ng serve` for a dev server.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Lint
Run `npm run lint` to linter the code with ts-standard.