fix(FN-000): align qmd memory lifecycle

This commit is contained in:
gsxdsm
2026-04-17 09:41:05 -07:00
parent 28accdb085
commit 383033fcdc
26 changed files with 388 additions and 73 deletions

View File

@@ -3522,7 +3522,7 @@ describe("installQmd", () => {
const response = {
success: true,
qmdAvailable: true,
qmdInstallCommand: "bun add -g qmd",
qmdInstallCommand: "bun install -g @tobilu/qmd",
};
(globalThis.fetch as ReturnType<typeof vi.fn>).mockResolvedValue({
@@ -3551,7 +3551,7 @@ describe("installQmd", () => {
const response = {
success: true,
qmdAvailable: true,
qmdInstallCommand: "bun add -g qmd",
qmdInstallCommand: "bun install -g @tobilu/qmd",
};
(globalThis.fetch as ReturnType<typeof vi.fn>).mockResolvedValue({