https://github.com/dzonatan/angular-testing-kata
Testing kata in the Angular environment.
https://github.com/dzonatan/angular-testing-kata
angular integration-testing kata testing unit-testing
Last synced: 6 months ago
JSON representation
Testing kata in the Angular environment.
- Host: GitHub
- URL: https://github.com/dzonatan/angular-testing-kata
- Owner: dzonatan
- Created: 2022-03-03T11:01:14.000Z (about 4 years ago)
- Default Branch: 0-the-beginning
- Last Pushed: 2022-03-20T14:27:01.000Z (about 4 years ago)
- Last Synced: 2025-02-26T01:45:35.544Z (about 1 year ago)
- Topics: angular, integration-testing, kata, testing, unit-testing
- Homepage:
- Size: 235 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# front-end testing kata (Angular edition)
A very short testing kata[^1] to check yourself how good you are at writing tests in the [Angular](https://angular.io) environment.
While doing this exercise for the first time - be honest with yourself:
- don't skip instructions and tasks;
- don't peek at other branches in advance;
- write the tests as you would normally write them.
[^1]: A system of individual training exercises in karate and other martial arts.
## Are you ready?
To get started, first clone the `1-kata` branch:
```sh
git clone -b 1-kata https://github.com/dzonatan/angular-testing-kata.git
```
Then follow the instructions in [README.md](https://github.com/dzonatan/angular-testing-kata/blob/1-kata/README.md) along the way.