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 23d150e commit 2f93619Copy full SHA for 2f93619
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