test: remove no-op mock registrars

This commit is contained in:
Vincent Koc
2026-06-19 22:30:27 +08:00
parent 2c3b582c04
commit 0a3e0d081d
12 changed files with 8 additions and 34 deletions

View File

@@ -2,9 +2,7 @@
import { Command } from "commander";
import { beforeEach, describe, expect, it, vi } from "vitest";
import { createIosNodeListResponse } from "./program.nodes-test-helpers.js";
import { callGateway, installBaseProgramMocks, runtime } from "./program.test-mocks.js";
installBaseProgramMocks();
import { callGateway, runtime } from "./program.test-mocks.js";
let registerNodesCli: typeof import("./nodes-cli.js").registerNodesCli;