Skip to content

Commit a34e8b7

Browse files
committed
Remove vi.resetAllMocks() call from utils.spec.ts
1 parent 2abd08d commit a34e8b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/toolkit/src/entities/tests/utils.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ describe('Entity utils', () => {
1313
afterEach(() => {
1414
consoleWarnSpy.mockClear()
1515
vi.unstubAllEnvs()
16-
vi.resetAllMocks()
1716
})
1817

1918
afterAll(() => {

0 commit comments

Comments
 (0)