From 015b213f898c06d1762ec4a0f0214fdc85b275a4 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 } })