test(cpa): update tests

This commit is contained in:
Elliot DeNolf
2024-04-01 10:32:17 -04:00
parent 3c54d32b6d
commit 7cfc40f328
2 changed files with 5 additions and 4 deletions

View File

@@ -67,6 +67,7 @@ describe('create-payload-app', () => {
'--debug': true,
projectDir,
nextConfigPath: path.resolve(projectDir, 'next.config.mjs'),
dbType: 'mongodb',
useDistFiles: true, // create-payload-app/dist/app/(payload)
packageManager: 'pnpm',
})
@@ -91,6 +92,7 @@ describe('create-payload-app', () => {
'--debug': true,
projectDir,
nextConfigPath: path.resolve(projectDir, 'next.config.mjs'),
dbType: 'mongodb',
useDistFiles: true, // create-payload-app/dist/app/(payload)
packageManager: 'pnpm',
})