Skip to content

Commit c089678

Browse files
Update tests/TextArea.test.tsx
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 729b9fd commit c089678

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/TextArea.test.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// @ts-nocheck
22
import { fireEvent, render } from '@testing-library/react';
33
import React from 'react';
4-
import { TextArea } from '../src';
5-
import type { TextAreaProps, TextAreaRef } from '../src';
4+
import { TextArea, type TextAreaProps, type TextAreaRef } from '../src';
65
import calculateAutoSizeStyle, {
76
calculateNodeStyling,
87
} from '../src/calculateNodeHeight';

0 commit comments

Comments
 (0)