mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-18 05:10:44 +00:00
refactor: split generic plugin test fixtures
This commit is contained in:
@@ -2,7 +2,7 @@ import nodeFs from "node:fs";
|
||||
import fs from "node:fs/promises";
|
||||
import os from "node:os";
|
||||
import path from "node:path";
|
||||
import { createSandboxTestContext } from "openclaw/plugin-sdk/testing";
|
||||
import { createSandboxTestContext } from "openclaw/plugin-sdk/test-fixtures";
|
||||
import { afterAll, afterEach, beforeAll, beforeEach, describe, expect, it, vi } from "vitest";
|
||||
import type { OpenShellSandboxBackend } from "./backend.js";
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user