Files
payload/test/plugin-sentry/int.spec.ts
2023-11-07 13:51:40 -05:00

12 lines
261 B
TypeScript

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