mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
test: add unit tests for base components (#32818)
Co-authored-by: CodingOnStar <hanxujiang@dify.com>
This commit is contained in:
@ -2,7 +2,7 @@ import { render, screen, waitFor, within } from '@testing-library/react'
|
||||
import userEvent from '@testing-library/user-event'
|
||||
import * as React from 'react'
|
||||
import { describe, expect, it, vi } from 'vitest'
|
||||
import Sort from './index'
|
||||
import Sort from '../index'
|
||||
|
||||
const mockItems = [
|
||||
{ value: 'created_at', name: 'Date Created' },
|
||||
Reference in New Issue
Block a user