From 76fc55a0827b8752533a1dd0593c5b0e99cd2d77 Mon Sep 17 00:00:00 2001 From: Konstantin Wohlwend Date: Tue, 17 Mar 2026 12:45:28 -0700 Subject: [PATCH] Fix --- apps/e2e/tests/js/cross-domain-auth.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;