mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 16:59:21 +08:00
chore: remove useless __esModule (#30366)
This commit is contained in:
@@ -44,7 +44,6 @@ const { mockToastNotify } = vi.hoisted(() => ({
|
||||
}))
|
||||
|
||||
vi.mock('@/app/components/base/toast', () => ({
|
||||
__esModule: true,
|
||||
default: {
|
||||
notify: mockToastNotify,
|
||||
},
|
||||
|
||||
@@ -57,7 +57,6 @@ const { mockToastNotify } = vi.hoisted(() => ({
|
||||
}))
|
||||
|
||||
vi.mock('@/app/components/base/toast', () => ({
|
||||
__esModule: true,
|
||||
default: {
|
||||
notify: mockToastNotify,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user