openclaw/extensions/twitch/test/setup.ts
2026-01-29 13:20:31 +08:00

8 lines
154 B
TypeScript

/**
* Vitest setup file for Twitch plugin tests.
*
* Re-exports the root test setup to avoid duplication.
*/
export * from "../../../test/setup.js";