refactor: reduce plugin SDK test import overhead (#109333)

* refactor(test): split plugin SDK test helpers

* fix(test): align plugin SDK test subpaths
This commit is contained in:
Peter Steinberger
2026-07-16 13:55:23 -07:00
committed by GitHub
parent cfaa30a08f
commit 0631252f4b
63 changed files with 261 additions and 164 deletions
@@ -5,7 +5,7 @@ import {
type Model,
type Tool,
} from "openclaw/plugin-sdk/llm";
import { extractNonEmptyAssistantText, isLiveTestEnabled } from "openclaw/plugin-sdk/test-env";
import { extractNonEmptyAssistantText, isLiveTestEnabled } from "openclaw/plugin-sdk/test-live";
import { Type } from "typebox";
import { describe, expect, it } from "vitest";
import { FEATHERLESS_DEFAULT_MODEL_ID } from "./models.js";