mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
chore: remove useless __esModule (#30366)
This commit is contained in:
@ -14,7 +14,6 @@ import Marketplace from './index'
|
||||
|
||||
const listRenderSpy = vi.fn()
|
||||
vi.mock('@/app/components/plugins/marketplace/list', () => ({
|
||||
__esModule: true,
|
||||
default: (props: {
|
||||
marketplaceCollections: unknown[]
|
||||
marketplaceCollectionPluginsMap: Record<string, unknown[]>
|
||||
@ -40,7 +39,6 @@ vi.mock('@/service/use-tools', () => ({
|
||||
}))
|
||||
|
||||
vi.mock('@/utils/var', () => ({
|
||||
__esModule: true,
|
||||
getMarketplaceUrl: vi.fn(() => 'https://marketplace.test/market'),
|
||||
}))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user