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.

4 lines (3 loc) 203 B
import { HttpHandler } from 'msw'; import { LocalStorageService } from '../local-storage'; export declare const getCartHandlers: (routes: any, localStorageService: LocalStorageService) => HttpHandler[];