Josh Sarna

Results 1 comments of Josh Sarna

functions mocked with `.spyOn()` can be restored: `jest.spyOn(object, method).mockImplementation(mockFunction)`. I agree that mocks should be cleared automatically between tests, though.