Tag: unit-tests
All the articles with the tag "unit-tests".
Mocking out Angular's ActivatedRoute for Unit Tests
Published: at 02:02 AMI've been writing a ton of unit tests and snapshot tests lately. While doing so, I have had to mock out a few things. This includes the `ActivatedRoute`. So let's say we have the following component.