platform-codebase/@packages/@testing/msw-handlers/src/index.ts

9 lines
223 B
TypeScript
Executable file

/**
* @lilith/msw-handlers
*
* Shared MSW request handlers for platform-wide API mocking.
* Use in development, E2E tests, and unit tests for consistent mock data.
*/
export * from './handlers'
export * from './data'