Basic examples of unit testing in Angular
HttpClient
mock- Async methods mocking and testing with
fakeAsync()
andtick()
- Mocking dependencies by hands
- Testing a graphical part of a component with markup scrapping and
detectChanges()
- The project uses Mountebank mock server as a backend. Look at mountebank-backend.json to get more info about the mock server( it's pretty simple)