mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add msw file server
This commit is contained in:
parent
05a30017f6
commit
81340c5e97
3 changed files with 27 additions and 0 deletions
5
test/msw/server.js
Normal file
5
test/msw/server.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { setupServer } from 'msw/node'
|
||||
|
||||
import { handlers } from './handlers'
|
||||
|
||||
export const mswServer = setupServer( ...handlers )
|
||||
Loading…
Add table
Add a link
Reference in a new issue