mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-10 00:23:53 +00:00
docs: document cli service tests
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// Node daemon tests cover node daemon command runtime behavior and errors.
|
||||
import { beforeEach, describe, expect, it, vi } from "vitest";
|
||||
import type { GatewayServiceRuntime } from "../../daemon/service-runtime.js";
|
||||
import { runNodeDaemonStatus } from "./daemon.js";
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// Node CLI register tests cover node command registration and option wiring.
|
||||
import { Command } from "commander";
|
||||
import { beforeEach, describe, expect, it, vi } from "vitest";
|
||||
import { registerNodeCli } from "./register.js";
|
||||
|
||||
Reference in New Issue
Block a user