Skip to content

Commit 729b9fd

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

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/TextArea.focus.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 { TextAreaRef } from '../src';
4+
import { TextArea, type TextAreaRef } from '../src';
65

76
describe('focus and blur', () => {
87
let focused = false;

0 commit comments

Comments
 (0)