Make fake services/filters local to beforeEach() scope
Where a fake service/filter is not accessed directly by any tests, make it local to beforeEach(). This reduces the surface area of globals exposed to all tests.
Showing
Please register or sign in to comment