Todo
This commit is contained in:
5
test/mocks/server.ts
Normal file
5
test/mocks/server.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { setupServer } from "msw/node"
|
||||
|
||||
import { handlers } from "./handlers"
|
||||
|
||||
export const server = setupServer(...handlers)
|
||||
Reference in New Issue
Block a user