Skip to content

Commit

Permalink
test: remove unnecessary skip
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Mar 18, 2024
1 parent 340ad9b commit f6d69cf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/accessToken.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,6 @@ describe("access token update", function () {
await page.goto(BASE_URL + "/index.html", { waitUntil: "load" });
await page.addScriptTag({ path: `./bundle/bundle.js`, type: "text/javascript" });

if (!v3AccessTokenSupported) {
return;
}

await page.evaluate(async v3AccessTokenSupported => {
let BASE_URL = "http://localhost.org:8080";
supertokens.init({
Expand Down

0 comments on commit f6d69cf

Please sign in to comment.