From a3a645f807b304b9a728efeeacdb632264d76270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mih=C3=A1ly=20Lengyel?= Date: Mon, 16 Oct 2023 14:05:57 +0200 Subject: [PATCH] test: update custom framework test to pass on node16 (#724) --- test/framework/custom.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/framework/custom.test.js b/test/framework/custom.test.js index ad842219c..2f264a95b 100644 --- a/test/framework/custom.test.js +++ b/test/framework/custom.test.js @@ -19,6 +19,7 @@ let SuperTokens = require("../.."); let CustomFramework = require("../../framework/custom"); let Session = require("../../recipe/session"); let { verifySession } = require("../../recipe/session/framework/custom"); +let { Headers } = require("cross-fetch"); describe(`Custom framework: ${printPath("[test/framework/custom.test.js]")}`, function () { beforeEach(async function () {