Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 751 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 751 Bytes

front-end testing kata (Angular edition)

A very short testing kata1 to check yourself how good you are at writing tests in the Angular 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.

Are you ready?

To get started, first clone the 1-kata branch:

git clone -b 1-kata https://github.com/dzonatan/angular-testing-kata.git

Then follow the instructions in README.md along the way.

Footnotes

  1. A system of individual training exercises in karate and other martial arts.