5 lines
137 B
TypeScript
5 lines
137 B
TypeScript
|
|
import { setupWorker } from "msw";
|
||
|
|
import { handlers } from "@appsmith/mocks/handlers";
|
||
|
|
|
||
|
|
export const worker = setupWorker(...handlers);
|