test(reports): fix template literal comment
Independent Staging Quality Gate / validate (push) Successful in 8m34s
Independent Staging Quality Gate / publish (push) Successful in 1m58s

This commit is contained in:
Jesse_Chen
2026-09-04 05:15:52 +08:00
parent 86d107c907
commit 6063c1f703
@@ -18,7 +18,7 @@ function executeReadyReportExport() {
import { Agent } from "@mastra/core/agent";
const moduleUrl = (path) => pathToFileURL(process.cwd() + "/" + path).href;
// Node 22 ignores the unsupported `exports` mock option; keep the route aliases explicit.
// Node 22 ignores the unsupported exports mock option; keep the route aliases explicit.
mock.module("@/lib/personal-report-entitlement", { namedExports: {
checkSameOrigin: () => ({ ok: true }),
resolveAllowedReportOrigins: () => [],