We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ef740 commit e30cc28Copy full SHA for e30cc28
src/UI/components/single/chat.test.ts
@@ -1,6 +1,6 @@
1
import { test, expect, suite } from 'vitest';
2
-import { render, screen, fireEvent } from '@testing-library/react';
3
-import { FormatMsgDisplay } from './Chat';
+import { render } from '@testing-library/react';
+import { FormatMsgDisplay } from '@/UI/chatFormatting/MessageParser';
4
5
suite('inlineCode', () => {
6
test('should render code', () => {
0 commit comments