mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-11 11:51:40 +00:00
test(sandbox): use focused modules in lightweight suites
This commit is contained in:
@@ -4,7 +4,7 @@ import path from "node:path";
|
||||
import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
|
||||
import type { OpenClawConfig } from "../config/config.js";
|
||||
import { captureFullEnv } from "../test-utils/env.js";
|
||||
import { resolveSandboxContext } from "./sandbox.js";
|
||||
import { resolveSandboxContext } from "./sandbox/context.js";
|
||||
import { writeSkill } from "./skills.e2e-test-helpers.js";
|
||||
|
||||
vi.mock("./sandbox/docker.js", () => ({
|
||||
|
||||
Reference in New Issue
Block a user