Skip to content

Commit

Permalink
Make src as default folder for vue-cli template
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Nov 24, 2020
1 parent 398a7ff commit 2f4cb8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const VueCliTemplate: Template = {
message:
'It looks like you are using vue-cli-service to run and build an application.',
getExampleUrl: () => 'https://github.com/cypress-io/cypress/tree/develop/npm/vue/examples/cli',
recommendedComponentFolder: 'cypress/component',
recommendedComponentFolder: 'src',
getPluginsCodeAst: () => {
return {
Require: babel.template.ast(
Expand Down

0 comments on commit 2f4cb8c

Please sign in to comment.