mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 12:56:01 -06:00
refactor(deadcode): privatize core test seams (#108325)
* refactor(entry): privatize compile cache internals * refactor(logging): privatize diagnostic test seams * refactor(plugin-state): privatize store test seams * refactor(skills): privatize lifecycle test seams * refactor(node-host): privatize invoke test seam * refactor(system-agent): privatize turn test seam * chore(deadcode): shrink core test seam baseline
This commit is contained in:
committed by
GitHub
parent
20bf422cc7
commit
674dd37cd0
@@ -2,7 +2,7 @@ import fs from "node:fs";
|
||||
import os from "node:os";
|
||||
import path from "node:path";
|
||||
import { afterEach, describe, expect, it, vi } from "vitest";
|
||||
import { testing } from "./invoke.js";
|
||||
import { testing } from "./invoke.test-support.js";
|
||||
|
||||
describe("runCommand", () => {
|
||||
afterEach(() => {
|
||||
|
||||
Reference in New Issue
Block a user