chore: remove useless __esModule (#30366)

This commit is contained in:
Stephen Zhou
2025-12-30 15:37:16 +08:00
committed by GitHub
parent 9fbc7fa379
commit 1873b5a766
79 changed files with 0 additions and 161 deletions

View File

@@ -44,7 +44,6 @@ const { mockToastNotify } = vi.hoisted(() => ({
}))
vi.mock('@/app/components/base/toast', () => ({
__esModule: true,
default: {
notify: mockToastNotify,
},

View File

@@ -57,7 +57,6 @@ const { mockToastNotify } = vi.hoisted(() => ({
}))
vi.mock('@/app/components/base/toast', () => ({
__esModule: true,
default: {
notify: mockToastNotify,
},