Skip to content

Commit f4153b0

Browse files
committed
fixup: use clearAllMocks once in beforeAll
1 parent 4c07cc4 commit f4153b0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/unit/node/constants.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ describe("constants", () => {
3333
})
3434

3535
afterAll(() => {
36-
jest.clearAllMocks()
3736
jest.resetModules()
3837
})
3938

@@ -123,7 +122,6 @@ describe("constants", () => {
123122
})
124123

125124
afterAll(() => {
126-
jest.clearAllMocks()
127125
jest.resetModules()
128126
})
129127

0 commit comments

Comments
 (0)