Skip to content

Commit

Permalink
Update Select.test.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
yhy-1 committed Jan 22, 2024
1 parent 3334337 commit ced2a2a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/react-select/src/__tests__/Select.test.tsx
@@ -1,11 +1,5 @@
import React, { KeyboardEvent } from 'react';
import {
render,
fireEvent,
EventType,
waitFor,
act,
} from '@testing-library/react';
import { render, fireEvent, EventType } from '@testing-library/react';
import userEvent from '@testing-library/user-event';
import cases from 'jest-in-case';

Expand Down

0 comments on commit ced2a2a

Please sign in to comment.