Skip to content

Commit 3974d37

Browse files
committed
fix: duplicate @testing-library/react import in combo_box.test.tsx
1 parent db4f5aa commit 3974d37

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/components/combo_box/combo_box.test.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@
77
*/
88

99
import React, { ReactNode } from 'react';
10-
import { fireEvent } from '@testing-library/react';
10+
import { act, fireEvent } from '@testing-library/react';
1111
import { shallow, mount } from 'enzyme';
1212
import { render } from '../../test/rtl';
13-
import { act } from '@testing-library/react';
1413
import {
1514
requiredProps,
1615
findTestSubject,

0 commit comments

Comments
 (0)