Skip to content

Commit 1e54d49

Browse files
committed
Fix breaking changes
1 parent 378c08e commit 1e54d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils/createClientRender.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
fireEvent as rtlFireEvent,
1010
queries,
1111
render,
12-
} from '@testing-library/react';
12+
} from '@testing-library/react/pure';
1313

1414
// holes are *All* selectors which aren't necessary for id selectors
1515
const [queryDescriptionOf, , getDescriptionOf, , findDescriptionOf] = buildQueries(

0 commit comments

Comments
 (0)