Files
openclaw/src/plugin-sdk/test-utils.ts
2026-04-28 03:52:19 +01:00

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";