Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasolson committed Apr 15, 2024
1 parent 88c7b05 commit ec72196
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jest.mock('@elastic/eui', () => {

return original.useIsWithinBreakpoints(breakpoints);
}),
useResizeObserver: jest.fn(() => ({ width: 1000, height: 1000 })),
};
});

Expand Down

0 comments on commit ec72196

Please sign in to comment.