diff options
Diffstat (limited to 'client/src/mocks')
-rw-r--r-- | client/src/mocks/worker.ts | 4 |
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); |