We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3881166 commit 42f4944Copy full SHA for 42f4944
1 file changed
src/v2/components/loginButton/LoginButton.test.ts
@@ -17,6 +17,8 @@ describe('SolidUILoginButton', () => {
17
writable: true,
18
value: jest.fn()
19
})
20
+ HTMLDialogElement.prototype.showModal = jest.fn()
21
+ HTMLDialogElement.prototype.close = jest.fn()
22
localStorage.clear()
23
24
0 commit comments