Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux committed Sep 30, 2024
1 parent 4140b24 commit 1c52451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/node/server/e2e-browser-script.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import {
import { afterAll, beforeAll, describe, expect, it, jest } from "@jest/globals";
import type { Request } from "@playwright/test";
import { firefox } from "@playwright/test";
import type { ILogoutOptions } from "core";
import type { ILogoutOptions } from "@inrupt/solid-client-authn-core";
import { custom } from "openid-client";
// Here we want to test how the local code behaves, not the already published one.
// eslint-disable-next-line import/no-relative-packages
Expand Down

0 comments on commit 1c52451

Please sign in to comment.