mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
test: add unit and integration tests for share, develop, and goto-anything modules (#32246)
Co-authored-by: CodingOnStar <hanxujiang@dify.com>
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { render, screen } from '@testing-library/react'
|
||||
import * as React from 'react'
|
||||
import NoData from './index'
|
||||
import NoData from '../index'
|
||||
|
||||
describe('NoData', () => {
|
||||
beforeEach(() => {
|
||||
Reference in New Issue
Block a user