Skip to content

Commit

Permalink
refactor: remove extra resetAllMocks
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstnfrrs committed Sep 24, 2021
1 parent e445ba8 commit 3982d0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ describe('ohmyfetch', () => {

afterEach(async () => {
await listener.close()
jest.resetAllMocks()
})

it('ok', async () => {
Expand Down

0 comments on commit 3982d0d

Please sign in to comment.