Skip to content

Commit

Permalink
Remove mock
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks committed Sep 5, 2024
1 parent 8a6132d commit 0e9bef4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/mui-base/test/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,3 @@ globalThis.requestAnimationFrame = (cb) => {
cb(0);
return 0;
};

globalThis.ResizeObserver = class {
observe() {}
unobserve() {}
disconnect() {}
};

0 comments on commit 0e9bef4

Please sign in to comment.