mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-09-06 06:28:10 +00:00
🧹 chore: Drop redundant @testing-library/jest-dom import in FileContainer spec
`client/test/setupTests.js` already imports the matchers globally for every Jest test in the client workspace, so the explicit import here was dead code. Removing it brings the spec in line with the broader convention used by `ArtifactRouting.test.tsx`, `LogContent.test.tsx`, and `attachmentTypes.test.ts`.
This commit is contained in:
parent
4d9cc89af4
commit
de0c1b7c05
1 changed files with 0 additions and 1 deletions
|
|
@ -1,6 +1,5 @@
|
|||
import React from 'react';
|
||||
import { render, screen } from '@testing-library/react';
|
||||
import '@testing-library/jest-dom';
|
||||
import type { TFile } from 'librechat-data-provider';
|
||||
import FileContainer from '../FileContainer';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue