Skip to content

Commit

Permalink
Revert this file
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed Sep 3, 2021
1 parent 9a7f394 commit 0e572f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/jest/rendering.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ export function renderWithProvider(component, store) {
);
return store ? (
<Provider store={store}>
<WithoutStore />
<WithoutStore></WithoutStore>
</Provider>
) : (
<WithoutStore />
<WithoutStore></WithoutStore>
);
};

Expand Down

0 comments on commit 0e572f8

Please sign in to comment.