mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
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:
committed by
GitHub
parent
cfaa30a08f
commit
0631252f4b
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user