Skip to content

Commit

Permalink
Fix broken project CLI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Castro, Mario committed Dec 5, 2024
1 parent 70f284c commit c9cb82e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ describe('Project', () => {
const cleanFlags = flags.map((flag) => flag.replace(/^["'](.+)["']$/, '$1'))
const cliProcess = execa(cliPath, ['new:project', projectName, ...cleanFlags], {
cwd: SANDBOX_INTEGRATION_DIR,
shell: true,
})

if (promptAnswers) {
Expand Down

0 comments on commit c9cb82e

Please sign in to comment.