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

Commit

Permalink
Remove crypto mock in LoginWithQR-test.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Oct 9, 2024
1 parent 1b78e0e commit 2356693
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ describe("<LoginWithQR />", () => {
});

test("approve - no crypto", async () => {
(client as any).crypto = undefined;
(client as any).getCrypto = () => undefined;
const onFinished = jest.fn();
render(getComponent({ client, onFinished }));
Expand Down

0 comments on commit 2356693

Please sign in to comment.