Tutorial / crash course for angular unit testing (component & service tests)
https://github.com/tamani-coding/angu...
(00:00) - Intro
(02:37) - Setup Example Project
(03:48) - What are Isolated Unit Tests
(04:09) - Configure Testbed/Testingmodule
(05:14) - Using HttpClientTestingModule to Mock Http Calls
(07:57) - Component Test with Spy
(10:25) - Testing Asynchronous Components Synchronously
(12:46) - Outro