Files
payloadcms/test/plugin-cloud-storage/int.spec.ts
Elliot DeNolf 6cfa8a373e test: plugin cloud storage suite (#3884)
* chore: proper admin mock for adapters

* test: add plugin-cloud-storage dev
2023-10-26 09:35:49 -04:00

12 lines
275 B
TypeScript

import { initPayloadTest } from '../helpers/configHelpers'
describe('plugin-cloud-storage', () => {
beforeAll(async () => {
await initPayloadTest({ __dirname, init: { local: true } })
})
describe('tests', () => {
it.todo('plugin-cloud-storage tests')
})
})