Revert "fix(test): skip A2UI scaffold test in CI due to path resolution"

This reverts commit c8901c11dd.
This commit is contained in:
Gareth Jones 2026-01-26 22:41:23 -08:00
parent c8901c11dd
commit ee51dec46c

View File

@ -208,8 +208,7 @@ describe("canvas host", () => {
}
}, 20_000);
// Skip in CI: vitest path transforms prevent A2UI asset resolution.
it.skipIf(process.env.CI === "true")("serves the gateway-hosted A2UI scaffold", async () => {
it("serves the gateway-hosted A2UI scaffold", async () => {
const dir = await fs.mkdtemp(path.join(os.tmpdir(), "clawdbot-canvas-"));
const server = await startCanvasHost({