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

@ -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'),
}))