rename core to shared

This commit is contained in:
Mads Rasmussen
2023-05-16 22:11:11 +02:00
parent 642c34c88c
commit 8cef0fcf48
778 changed files with 115 additions and 249 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/core/mocks/e2e-handlers';
import { handlers } from '../src/shared/mocks/e2e-handlers';
const test = base.extend<{
worker: MockServiceWorker;