Skip to content

Commit

Permalink
chore: remove unnecessary crypto import in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Dec 6, 2023
1 parent eb60ea6 commit 297dff7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions setupJest.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
import jestFetchMock from "jest-fetch-mock";
import crypto from "crypto";

jestFetchMock.enableMocks();

Object.defineProperty(globalThis, "crypto", {
value: {
subtle: crypto.webcrypto.subtle,
},
});

0 comments on commit 297dff7

Please sign in to comment.