source: node_modules/@reduxjs/toolkit/src/query/tests/mocks/server.ts@ a762898

Last change on this file since a762898 was a762898, checked in by istevanoska <ilinastevanoska@…>, 5 months ago

Added visualizations

  • Property mode set to 100644
File size: 202 bytes
Line 
1import { setupServer } from 'msw/node'
2import { handlers } from './handlers'
3
4// This configures a request mocking server with the given request handlers.
5export const server = setupServer(...handlers)
Note: See TracBrowser for help on using the repository browser.