mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 19:00:45 +00:00
refactor: promote plugin test helpers to sdk
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { runDirectImportSmoke } from "openclaw/plugin-sdk/plugin-test-contracts";
|
||||
import { describe, expect, it } from "vitest";
|
||||
import { runDirectImportSmoke } from "../../test/helpers/plugins/direct-smoke.js";
|
||||
|
||||
describe("irc bundled api seams", () => {
|
||||
it("loads narrow public api modules in direct smoke", async () => {
|
||||
|
||||
Reference in New Issue
Block a user