mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 00:48:04 +08:00
refactor(custom): reorganize web app brand module and raise coverage threshold (#33531)
Co-authored-by: CodingOnStar <hanxujiang@dify.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import type { Mock } from 'vitest'
|
||||
import { render, screen } from '@testing-library/react'
|
||||
import { useSelectedLayoutSegment } from 'next/navigation'
|
||||
import ExploreNav from './index'
|
||||
import ExploreNav from '../index'
|
||||
|
||||
vi.mock('next/navigation', () => ({
|
||||
useSelectedLayoutSegment: vi.fn(),
|
||||
Reference in New Issue
Block a user