Skip to content

Commit

Permalink
Remove unnecessary type
Browse files Browse the repository at this point in the history
  • Loading branch information
mpanne committed Feb 12, 2025
1 parent 62f845e commit 6bb2a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/dito/app/mocks/node.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import unleashHandlers from "mocks/unleashHandlers";
import { setupServer, type SetupServerApi } from "msw/node";
import { setupServer } from "msw/node";

export const mockServer: SetupServerApi = setupServer(...unleashHandlers);
export const mockServer = setupServer(...unleashHandlers);

0 comments on commit 6bb2a06

Please sign in to comment.