Skip to content

Commit

Permalink
[#7] msw 서버환경 세팅
Browse files Browse the repository at this point in the history
  • Loading branch information
03hoho03 committed May 4, 2024
1 parent 9a5b3c9 commit b9964a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/mocks/server.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import { setupServer } from 'msw/node'
import { handlers } from './handlers'

export const server = setupServer(...handlers)

0 comments on commit b9964a9

Please sign in to comment.