From 1dc67ab23a31aed53f52c23ca846703805f538b8 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 2 May 2026 08:41:20 +0100 Subject: [PATCH] test: align changed gate type fixtures --- ui/src/ui/chat/slash-commands.browser-import.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/ui/chat/slash-commands.browser-import.test.ts b/ui/src/ui/chat/slash-commands.browser-import.test.ts index a32a27ae048..d7e9c7ed8eb 100644 --- a/ui/src/ui/chat/slash-commands.browser-import.test.ts +++ b/ui/src/ui/chat/slash-commands.browser-import.test.ts @@ -3,7 +3,7 @@ import { readFile } from "node:fs/promises"; import { describe, expect, it } from "vitest"; type SlashCommandsModule = typeof import("./slash-commands.js"); -const browserImportPath = "./slash-commands.ts?browser-import"; +const browserImportPath: string = "./slash-commands.ts?browser-import"; describe("slash command browser import", () => { it("builds fallback commands from the browser-safe shared registry", async () => {