This commit is contained in:
Konstantin Wohlwend 2026-03-17 12:45:28 -07:00
parent 0af77c1d84
commit 76fc55a082

View File

@ -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<void>) => {
const oldHostedHandlerDomainSuffix = process.env.NEXT_PUBLIC_STACK_HOSTED_HANDLER_DOMAIN_SUFFIX;