chore: add test/ to workspace, update most references
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import type { Page } from '@playwright/test'
|
||||
import type { Payload } from 'payload/types'
|
||||
|
||||
import { expect, test } from '@playwright/test'
|
||||
import path from 'path'
|
||||
import { fileURLToPath } from 'url'
|
||||
|
||||
import type { Payload } from '../../packages/payload/src/types/index.js'
|
||||
import type { ReadOnlyCollection, RestrictedVersion } from './payload-types.js'
|
||||
|
||||
import wait from '../../packages/payload/src/utilities/wait.js'
|
||||
|
||||
Reference in New Issue
Block a user