Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit d4a6c90

Browse files
committed
Remove crypto mock in LoginWithQR-test.tsx
1 parent fa44573 commit d4a6c90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/components/views/settings/devices/LoginWithQR-test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ describe("<LoginWithQR />", () => {
195195
});
196196

197197
test("approve - no crypto", async () => {
198-
(client as any).crypto = undefined;
199198
(client as any).getCrypto = () => undefined;
200199
const onFinished = jest.fn();
201200
render(getComponent({ client, onFinished }));

0 commit comments

Comments
 (0)