Skip to content

chore(site): clean up mocks after each test #12805

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Apr 1, 2024
Prev Previous commit
Next Next commit
Fix fmt
  • Loading branch information
BrunoQuaresma committed Mar 28, 2024
commit 0e737249bf1e6998165d1b59a4e9a2e261f107c6
3 changes: 1 addition & 2 deletions site/jest.polyfills.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,5 @@ Object.defineProperties(globalThis, {
removeEventListener: jest.fn(),
dispatchEvent: jest.fn(),
}),
}
},
});