All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mocks.browser.ts Maven / Gradle / Ivy

// @ts-nocheck
import { setupWorker } from 'msw'
import { handlers } from './handlers'

export const worker = setupWorker(...handlers)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy