/angular-unit-test-workshop

Basic Angular unit test techniques

Primary LanguageTypeScriptMIT LicenseMIT

angular-unit-test-workshop

Basic examples of unit testing in Angular

The repo covers the following topics

  • HttpClient mock
  • Async methods mocking and testing with fakeAsync() and tick()
  • Mocking dependencies by hands
  • Testing a graphical part of a component with markup scrapping and detectChanges()

Tests to explore

Misc