summaryrefslogtreecommitdiff
path: root/client/src/mocks/worker.ts
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2024-09-27 13:51:39 -0700
committerMichael Hunteman <michael@huntm.net>2024-09-27 13:51:39 -0700
commit99b5a49b5fcccb7c6523a95c67e39830bc2a2a45 (patch)
tree6f0fd381400319615bd5a9a528e648f462a3e3f3 /client/src/mocks/worker.ts
parent8d6a2803bb51a028f56044a8d5eec7ae995af5a8 (diff)
Change admin error message
Diffstat (limited to 'client/src/mocks/worker.ts')
-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);