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

@ -38,7 +38,6 @@ vi.mock('@/app/components/header/account-setting/model-provider-page/hooks', ()
// Mock child component RetrievalParamConfig to simplify testing
vi.mock('../retrieval-param-config', () => ({
__esModule: true,
default: ({ type, value, onChange, showMultiModalTip }: {
type: RETRIEVE_METHOD
value: RetrievalConfig