Files
payloadcms/test/plugin-cloud/int.spec.ts
Elliot DeNolf d4e6791494 chore: plugin-cloud suite (#3821)
* test: plugin-cloud suite

* chore: clean up dist imports

* chore(plugin-cloud): linting
2023-10-23 14:50:21 -04:00

12 lines
258 B
TypeScript

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