- Extract client manager registry for centralized lifecycle management - Refactor to use early returns and reduce mutations - Fix status check logic for clientId detection - Add comprehensive test coverage for new modules - Remove tests for unimplemented features (index.test.ts, resolver.test.ts) - Fix mock setup issues in test suite (149 tests now passing) - Improve error handling with errorResponse helper in actions.ts - Normalize token handling to eliminate duplication Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
8 lines
154 B
TypeScript
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";
|