Skip to content

Commit 90c2d01

Browse files
committed
Remove vi.resetAllMocks() call from utils.spec.ts
1 parent 3818755 commit 90c2d01

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
@@ -12,7 +12,6 @@ describe('Entity utils', () => {
1212

1313
afterEach(() => {
1414
process.env = OLD_ENV
15-
vi.resetAllMocks()
1615
})
1716

1817
it('should not warn when key does exist', async () => {

0 commit comments

Comments
 (0)