diff --git a/apps/e2e/tests/js/cross-domain-auth.test.ts b/apps/e2e/tests/js/cross-domain-auth.test.ts index 37b7ed381..e5898ca0d 100644 --- a/apps/e2e/tests/js/cross-domain-auth.test.ts +++ b/apps/e2e/tests/js/cross-domain-auth.test.ts @@ -1,6 +1,6 @@ import { StackClientApp } from "@stackframe/js"; -import { it, localRedirectUrl } from "../helpers"; import { afterEach, vi } from "vitest"; +import { it, localRedirectUrl } from "../helpers"; const withHostedDomainSuffix = async (callback: () => Promise) => { const oldHostedHandlerDomainSuffix = process.env.NEXT_PUBLIC_STACK_HOSTED_HANDLER_DOMAIN_SUFFIX;