Files
SDK-TypeScript/src/mocks/node.ts
chatenium d7422efcf0
All checks were successful
Setup testing environment and test the code / build (push) Successful in 1m2s
Quick-fix
2026-04-08 16:56:09 +02:00

4 lines
132 B
TypeScript

import {setupServer} from "msw/node";
import {allHandlers} from './index.js';
export const mockServer = setupServer(...allHandlers)