Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 435 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 435 Bytes

AngularTestingCourse

Code examples for my Angular Testing course.

Start application: npm run start
Run tests: npm run test
Check code coverage: npm run coverage

Testowanie w Angularze.

Aplikacja do mojego kursu: Testowanie w Angularze.

Uruchomienie aplikacji: npm run start
Uruchomienie testów: npm run test
Sprawdzenie pokrycia kodu: npm run coverage