Jest Reset Spy
afterEach(() => {
jest.clearAllMocks();
});
Motionless Mink
afterEach(() => {
jest.clearAllMocks();
});