Skip to content

Commit

Permalink
chore: Change custom tests folder (cypress/)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfp13 committed Oct 26, 2023
1 parent e97bfc8 commit ebe9d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/utils/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ async function copyCypressFiles() {

const userStoreConfig = await import(userStoreConfigFileDir)
if (userStoreConfig?.experimental?.enableCypressExtension) {
copySync(`${userDir}/cypress`, `${tmpDir}/cypress/e2e`, {
copySync(`${userDir}/cypress`, `${tmpDir}/cypress`, {
overwrite: true,
})
console.log(`${chalk.green('success')} - Cypress test files copied`)
Expand Down

0 comments on commit ebe9d09

Please sign in to comment.