mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-22 14:51:45 +00:00
test(front): add test suite frontend (WIP)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import { setupServer } from 'msw/node';
|
||||
import { defaultHandlers } from './handlers';
|
||||
|
||||
export const server = setupServer(...defaultHandlers);
|
||||
Reference in New Issue
Block a user