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:
Coding On Star
2026-02-12 10:05:43 +08:00
committed by GitHub
parent 80e6312807
commit bfdc39510b
49 changed files with 2880 additions and 555 deletions

View File

@ -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(() => {