chore: add test/ to workspace, update most references

This commit is contained in:
Elliot DeNolf
2024-03-19 00:59:56 -04:00
parent 1e10f021b5
commit c5ecf48d94
242 changed files with 641 additions and 481 deletions

View File

@@ -6,7 +6,7 @@ import { fileURLToPath } from 'url'
import type { Page as PayloadPage } from './payload-types.js'
import payload from '../../packages/payload/src/index.js'
import payload from 'payload'
import { initPageConsoleErrorCatch } from '../helpers.js'
import { AdminUrlUtil } from '../helpers/adminUrlUtil.js'
import { initPayloadE2E } from '../helpers/initPayloadE2E.js'