chore: rename configHelpers to match function name

This commit is contained in:
Elliot DeNolf
2024-03-16 10:18:34 -04:00
parent 7ddb68b70d
commit 65f2cb9a22
16 changed files with 16 additions and 18 deletions

View File

@@ -9,7 +9,7 @@ import type { Page as PayloadPage } from './payload-types.js'
import payload from '../../packages/payload/src/index.js'
import { initPageConsoleErrorCatch } from '../helpers.js'
import { AdminUrlUtil } from '../helpers/adminUrlUtil.js'
import { initPayloadE2E } from '../helpers/configHelpers.js'
import { initPayloadE2E } from '../helpers/initPayloadE2E.js'
const filename = fileURLToPath(import.meta.url)
const dirname = path.dirname(filename)