summaryrefslogtreecommitdiff
path: root/client/src/mocks
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/mocks')
-rw-r--r--client/src/mocks/worker.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/client/src/mocks/worker.ts b/client/src/mocks/worker.ts
deleted file mode 100644
index 0a56427..0000000
--- a/client/src/mocks/worker.ts
+++ /dev/null
@@ -1,4 +0,0 @@
-import { setupWorker } from 'msw/browser';
-import { handlers } from './handlers';
-
-export const worker = setupWorker(...handlers);