Skip to content

Commit

Permalink
refactor: clean linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Sep 28, 2022
1 parent 2fdd85e commit 26c7743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/lib/SelectField/index.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createRef } from 'react';
import { render, act, fireEvent } from '@testing-library/react';
import { render, fireEvent } from '@testing-library/react';
import userEvent from '@testing-library/user-event';

import { blur, reset } from '~test-utils';
Expand Down

0 comments on commit 26c7743

Please sign in to comment.