move mocks outside of shared folder

This commit is contained in:
Mads Rasmussen
2023-05-23 21:17:25 +02:00
parent c65c2a831a
commit ec50fa935e
80 changed files with 17 additions and 17 deletions

View File

@@ -2,7 +2,7 @@ import { expect, test as base } from '@playwright/test';
import { createWorkerFixture } from 'playwright-msw';
import type { MockServiceWorker } from 'playwright-msw';
import { handlers } from '../src/shared/mocks/e2e-handlers';
import { handlers } from '../src/mocks/e2e-handlers';
const test = base.extend<{
worker: MockServiceWorker;