We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
vi.resetAllMocks()
utils.spec.ts
1 parent 189b4dc commit be4f53dCopy full SHA for be4f53d
packages/toolkit/src/entities/tests/utils.spec.ts
@@ -13,7 +13,6 @@ describe('Entity utils', () => {
13
afterEach(() => {
14
consoleWarnSpy.mockClear()
15
vi.unstubAllEnvs()
16
- vi.resetAllMocks()
17
})
18
19
afterAll(() => {
0 commit comments