Skip to content

Commit

Permalink
test: update custom framework test to pass on node16 (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus authored Oct 16, 2023
1 parent 9969f03 commit a3a645f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/framework/custom.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit a3a645f

Please sign in to comment.