We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db4f5aa commit 3974d37Copy full SHA for 3974d37
1 file changed
src/components/combo_box/combo_box.test.tsx
@@ -7,10 +7,9 @@
7
*/
8
9
import React, { ReactNode } from 'react';
10
-import { fireEvent } from '@testing-library/react';
+import { act, fireEvent } from '@testing-library/react';
11
import { shallow, mount } from 'enzyme';
12
import { render } from '../../test/rtl';
13
-import { act } from '@testing-library/react';
14
import {
15
requiredProps,
16
findTestSubject,
0 commit comments