mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-30 05:05:03 +00:00
Plugins/diffs: migrate to scoped plugin-sdk imports
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import fs from "node:fs/promises";
|
||||
import os from "node:os";
|
||||
import path from "node:path";
|
||||
import type { OpenClawConfig } from "openclaw/plugin-sdk/compat";
|
||||
import type { OpenClawConfig } from "openclaw/plugin-sdk/diffs";
|
||||
import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
|
||||
|
||||
const { launchMock } = vi.hoisted(() => ({
|
||||
|
||||
Reference in New Issue
Block a user