test: align changed gate type fixtures · openclaw/openclaw@1dc67ab
steipete
·
2026-05-02
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -3,7 +3,7 @@ import { readFile } from "node:fs/promises";
|
3 | 3 | import { describe, expect, it } from "vitest"; |
4 | 4 | |
5 | 5 | type SlashCommandsModule = typeof import("./slash-commands.js"); |
6 | | -const browserImportPath = "./slash-commands.ts?browser-import"; |
| 6 | +const browserImportPath: string = "./slash-commands.ts?browser-import"; |
7 | 7 | |
8 | 8 | describe("slash command browser import", () => { |
9 | 9 | it("builds fallback commands from the browser-safe shared registry", async () => { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。