mirror of
https://github.com/langgenius/dify.git
synced 2026-09-21 13:20:52 +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:
co-authored by
CodingOnStar
autofix-ci[bot]
parent
c3ee83645f
commit
6da802eb2a
+1
-1
@@ -1,5 +1,5 @@
|
||||
import { render, screen } from '@testing-library/react'
|
||||
import Indicator from './index'
|
||||
import Indicator from '../index'
|
||||
|
||||
describe('Indicator', () => {
|
||||
it('should render with default props', () => {
|
||||
Reference in New Issue
Block a user