Skip to content

Commit

Permalink
removing type
Browse files Browse the repository at this point in the history
  • Loading branch information
mbondyra committed Feb 17, 2025
1 parent b80b629 commit 3e3c709
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,7 @@ function mountWithServices(component: React.ReactElement): ReactWrapper {
// This is an elegant way to wrap a component in Enzyme
// preserving the root at the component level rather than
// at the wrapper one
wrappingComponent: wrappingComponent as ComponentType<{}>,
wrappingComponentProps: { services },
wrappingComponent: wrappingComponent as ComponentType<{}>
});
}

Expand Down

0 comments on commit 3e3c709

Please sign in to comment.