Skip to content

Commit

Permalink
fix react test
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew-Daniels committed Aug 9, 2024
1 parent 7d2477a commit f274c77
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions libs/react/src/lib/react.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ describe('useParentContract', () => {
it('should return a callback function', () => {
const { result } = renderHook(() =>
useParentContract({
iframe: {
id: 'id',
src: 'src',
},
iframeId: 'id',
iframeSrc: 'src',
effects: {
// eslint-disable-next-line @typescript-eslint/no-empty-function
myCustomEffect: () => {},
Expand Down

0 comments on commit f274c77

Please sign in to comment.