An open API service indexing awesome lists of open source software.

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.

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.