alphagov / govuk-frontend

GOV.UK Frontend contains the code you need to start building a user interface for government platforms and services.
https://frontend.design-system.service.gov.uk/
MIT License
1.17k stars 320 forks source link

Verify that mocks are properly tidied up #5304

Open romaricpascal opened 2 weeks ago

romaricpascal commented 2 weeks ago

What

Check that our tests that use mocks from Jest tidy these mocks appropriately, especially when spying on global functions with jest.spyOn.

Why

This would reduce the risk of a mock leaking from one test to another.

Who needs to work on this

Developers

Who needs to review this

Developers

Done when