Files
landscape-template/src/mocks/browser.ts
2022-03-12 16:11:11 +02:00

4 lines
187 B
TypeScript

import { setupWorker } from 'msw'
import { handlers } from './handlers'
// This configures a Service Worker with the given request handlers.
export const worker = setupWorker(...handlers)