Skip to content

Commit

Permalink
Revert "fix: msw 関連のモジュールが yarn dev 時解決に失敗する"
Browse files Browse the repository at this point in the history
This reverts commit 68e03ee.

mswjs/msw#1267 (comment) 解決済みのため
  • Loading branch information
knokmki612 committed Nov 21, 2023
1 parent 615c796 commit cb84956
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/mocks/server.ts
@@ -1,3 +1,4 @@
import { setupServer } from "msw/node";
import { handlers } from "./handlers";

export const server = require("msw/node").setupServer(...handlers);
export const server = setupServer(...handlers);

0 comments on commit cb84956

Please sign in to comment.