Skip to content

Commit

Permalink
Change: Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h-abdelsalam authored and timopollmeier committed Oct 5, 2023
1 parent ad6f8e3 commit 92bc630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/utils/testing.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ export const render = ui => {
getByName: name => getByName(baseElement, name),
queryByName: name => queryByName(baseElement, name),
queryAllByName: name => queryAllByName(baseElement, name),
rerender: ui =>
rerender: component =>
rerender(
<StyleSheetManager enableVendorPrefixes>{ui}</StyleSheetManager>,
<StyleSheetManager enableVendorPrefixes>{component}</StyleSheetManager>,
),
...other,
};
Expand Down

0 comments on commit 92bc630

Please sign in to comment.