All checks were successful
Setup testing environment and test the code / build (push) Successful in 1m2s
4 lines
132 B
TypeScript
4 lines
132 B
TypeScript
import {setupServer} from "msw/node";
|
|
import {allHandlers} from './index.js';
|
|
|
|
export const mockServer = setupServer(...allHandlers) |