From e4038ae0a75e94e00ea10bd8618ec60d6952b280 Mon Sep 17 00:00:00 2001 From: Tobias Schneider Date: Sat, 4 Jun 2022 14:40:06 +0200 Subject: [PATCH] Just to make sure --- index.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.test.js b/index.test.js index fe28813..aba8566 100644 --- a/index.test.js +++ b/index.test.js @@ -1,4 +1,4 @@ -const { subtle } = require('crypto').webcrypto +const { subtle } = require('node:crypto').webcrypto Object.defineProperty(global, 'crypto', { value: { subtle } })