chore: unable to boot config and endpoints test suites (#3969)
This commit is contained in:
@@ -6,7 +6,6 @@ import shelljs from 'shelljs'
|
||||
import { v4 as uuid } from 'uuid'
|
||||
|
||||
import type { Payload } from '../../packages/payload/src'
|
||||
import type { CollectionConfig } from '../../packages/payload/src/collections/config/types'
|
||||
import type { InitOptions } from '../../packages/payload/src/config/types'
|
||||
|
||||
import payload from '../../packages/payload/src'
|
||||
@@ -70,10 +69,3 @@ export async function initPayloadTest(options: Options): Promise<InitializedPayl
|
||||
|
||||
return { serverURL: `http://localhost:${port}`, payload }
|
||||
}
|
||||
|
||||
export const openAccess: CollectionConfig['access'] = {
|
||||
read: () => true,
|
||||
create: () => true,
|
||||
delete: () => true,
|
||||
update: () => true,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user