mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-29 04:33:36 +00:00
test: remove no-op mock registrars
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user