Currently we are not setting resetMocks: true and restoreMocks: true within jest.config.js. We should enable this and remove calls to jest.clearAllMocks() and jest.resetAllMocks() within test files.
Note that this may require substantial changes for any test suites that rely heavily upon shared mocks.