Skip to content

Instantly share code, notes, and snippets.

@harada-shota
Last active November 30, 2021 07:51
Show Gist options
  • Save harada-shota/a1293d1bab233dc028a0e699a49a7937 to your computer and use it in GitHub Desktop.
Save harada-shota/a1293d1bab233dc028a0e699a49a7937 to your computer and use it in GitHub Desktop.
// .msw/worker.ts
import { setupWorker } from "msw/node";
import { getHandlers } from "./handler";
import { getOpenAPISpec } from "./importOpenAPISpec";
export const worker = setupWorker(...getHandlers(getOpenAPISpec()));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment