From 3e0ea8950cad1b69cd578700713ef95608c2dc99 Mon Sep 17 00:00:00 2001 From: Toby Date: Tue, 14 Nov 2023 12:09:38 +0100 Subject: [PATCH] clean up --- src/index.spec.ts | 1 - 1 file changed, 1 deletion(-) 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 }})