From 3982d0d702c93e5964001bd928ebe9adb84ea2c6 Mon Sep 17 00:00:00 2001 From: Christian Farris Date: Fri, 24 Sep 2021 18:48:19 -0500 Subject: [PATCH] refactor: remove extra resetAllMocks --- test/index.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/index.test.ts b/test/index.test.ts index 7cb173e9..00419f5a 100644 --- a/test/index.test.ts +++ b/test/index.test.ts @@ -19,7 +19,6 @@ describe('ohmyfetch', () => { afterEach(async () => { await listener.close() - jest.resetAllMocks() }) it('ok', async () => {