test: align changed gate type fixtures

This commit is contained in:
Peter Steinberger
2026-05-02 08:41:20 +01:00
parent 2f44ffc8a7
commit 1dc67ab23a

View File

@@ -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 () => {