chore: add test/ to workspace, update most references
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
import type { MongooseAdapter } from '@payloadcms/db-mongodb'
|
||||
import type { IndexDirection, IndexOptions } from 'mongoose'
|
||||
import type { Payload } from 'payload'
|
||||
import type { PaginatedDocs } from 'payload/database'
|
||||
|
||||
import { getPayload } from 'payload'
|
||||
|
||||
import type { MongooseAdapter } from '../../packages/db-mongodb/src/index.js'
|
||||
import type { PaginatedDocs } from '../../packages/payload/src/database/types.js'
|
||||
import type { Payload } from '../../packages/payload/src/index.js'
|
||||
import type { NextRESTClient } from '../helpers/NextRESTClient.js'
|
||||
import type { GroupField, RichTextField } from './payload-types.js'
|
||||
|
||||
import { getPayload } from '../../packages/payload/src/index.js'
|
||||
import { devUser } from '../credentials.js'
|
||||
import { isMongoose } from '../helpers/isMongoose.js'
|
||||
import { startMemoryDB } from '../startMemoryDB.js'
|
||||
|
||||
Reference in New Issue
Block a user