feat: initial test suite framework (#4929)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { Payload } from '../../../packages/payload/src'
|
||||
import type { PayloadRequest } from '../../../packages/payload/src/express/types'
|
||||
import type { PayloadRequest } from '../../../packages/payload/src/types'
|
||||
|
||||
export const seed = async (payload: Payload): Promise<boolean> => {
|
||||
payload.logger.info('Seeding data...')
|
||||
|
||||
Reference in New Issue
Block a user