9 lines
223 B
TypeScript
Executable file
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'
|