test: passing array fields test suite (#5383)

* test: array tests passing except bulk update

* test: passing array fields test suite
This commit is contained in:
Patrik
2024-03-20 12:00:56 -04:00
committed by GitHub
parent 0dd0f39250
commit cb5d005e68
62 changed files with 227 additions and 122 deletions

View File

@@ -1,7 +1,7 @@
import path from 'path'
import type { CollectionConfig } from 'payload/types'
import path from 'path'
export const Uploads1: CollectionConfig = {
slug: 'uploads-1',
upload: {

View File

@@ -1,7 +1,7 @@
import path from 'path'
import type { CollectionConfig } from 'payload/types'
import path from 'path'
export const Uploads2: CollectionConfig = {
slug: 'uploads-2',
upload: {

View File

@@ -1,7 +1,7 @@
import path from 'path'
import type { CollectionConfig } from 'payload/types'
import path from 'path'
import { RegisterAdminThumbnailFn } from './RegisterThumbnailFn.js'
export const AdminThumbnailCol: CollectionConfig = {