diff --git a/src/index.spec.ts b/src/index.spec.ts index d89257a..b02ac5c 100644 --- a/src/index.spec.ts +++ b/src/index.spec.ts @@ -1,4 +1,3 @@ - import crypto from 'node:crypto' Object.defineProperty(global, 'crypto', { value: { subtle: crypto.webcrypto.subtle }})