UNPKG

@valantic/spartacus-mock

Version:

This project offers you the possibility to mock the OCC Endpoints of your Composable Storefront (Spartacus). It uses the Mock Service Worker to mock the API calls.

7 lines (6 loc) 194 B
export * from './lib/index'; export * from './lib/types'; export * from './lib/utils'; export * from './lib/defaultRoutes'; export * from './lib/local-storage'; export * from './lib/mock-data';