Skip to content

Commit e30cc28

Browse files
committed
Fix test
1 parent b8ef740 commit e30cc28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/UI/components/single/chat.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { test, expect, suite } from 'vitest';
2-
import { render, screen, fireEvent } from '@testing-library/react';
3-
import { FormatMsgDisplay } from './Chat';
2+
import { render } from '@testing-library/react';
3+
import { FormatMsgDisplay } from '@/UI/chatFormatting/MessageParser';
44

55
suite('inlineCode', () => {
66
test('should render code', () => {

0 commit comments

Comments
 (0)