mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 17:10:42 +00:00
8 lines
202 B
TypeScript
8 lines
202 B
TypeScript
/**
|
|
* @deprecated Compatibility alias for the legacy `plugin-sdk/testing` barrel.
|
|
*
|
|
* Prefer focused `openclaw/plugin-sdk/*` test subpaths for public test helpers.
|
|
*/
|
|
|
|
export * from "./testing.js";
|