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

mocks.server.ts Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
// @ts-nocheck
import { setupServer } from 'msw/node'
import { handlers } from './handlers'

export const server = setupServer(...handlers)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy