Skip to content

Commit

Permalink
chore(cpa): adjust unit test template
Browse files Browse the repository at this point in the history
  • Loading branch information
denolfe committed May 24, 2024
1 parent 3839eb5 commit c1ac432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-payload-app/src/lib/create-project.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('createProject', () => {
const args = {
_: ['project-name'],
'--db': 'mongodb',
'--local-template': 'blank',
'--local-template': 'blank-3.0',
'--no-deps': true,
} as CliArgs
const packageManager = 'yarn'
Expand Down

0 comments on commit c1ac432

Please sign in to comment.