perf(test): trim browser and models suite overhead

This commit is contained in:
Peter Steinberger
2026-02-14 00:38:49 +00:00
parent fdacfc571c
commit e7c3c27fd0
5 changed files with 123 additions and 556 deletions

View File

@@ -115,7 +115,7 @@ vi.mock("../../config/config.js", async (importOriginal) => {
};
});
import { modelsStatusCommand } from "./list.js";
import { modelsStatusCommand } from "./list.status-command.js";
const runtime = {
log: vi.fn(),