mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-07-10 08:13:46 +00:00
test: fix upload dialog import order
This commit is contained in:
parent
225d50bebe
commit
0a0ce6a76c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { fireEvent, render, screen, waitFor } from '@testing-library/react';
|
||||
import type { ReactNode } from 'react';
|
||||
import type { FileConfigInput } from 'librechat-data-provider';
|
||||
import type { ReactNode } from 'react';
|
||||
import UploadSkillDialog from '../UploadSkillDialog';
|
||||
|
||||
const mockMutate = jest.fn();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue