mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 09:58:04 +08:00
@ -24,6 +24,7 @@ vi.mock('@/hooks/use-document-title', () => ({
|
||||
|
||||
vi.mock('@/context/i18n', () => ({
|
||||
useLocale: () => 'en-US',
|
||||
useDocLink: () => (path: string) => `https://docs.example.com${path}`,
|
||||
}))
|
||||
|
||||
vi.mock('@/context/global-public-context', () => ({
|
||||
|
||||
Reference in New Issue
Block a user