Skip to content

Commit

Permalink
chore: Minor typographical fix (#5189)
Browse files Browse the repository at this point in the history
* chore: typographical fix

* chore: update test
  • Loading branch information
jamesgeorge007 committed Feb 16, 2020
1 parent 130bcfb commit 1423553
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/@vue/cli/lib/promptModules/__tests__/e2e.spec.js
Expand Up @@ -13,7 +13,7 @@ test('cypress', async () => {
check: [0]
},
{
message: 'Pick a E2E testing solution',
message: 'Pick an E2E testing solution',
choices: ['Cypress', 'Nightwatch'],
choose: 0
}
Expand Down Expand Up @@ -41,7 +41,7 @@ test('nightwatch', async () => {
check: [0]
},
{
message: 'Pick a E2E testing solution',
message: 'Pick an E2E testing solution',
choices: ['Cypress', 'Nightwatch'],
choose: 1
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli/lib/promptModules/e2e.js
Expand Up @@ -14,7 +14,7 @@ module.exports = cli => {
name: 'e2e',
when: answers => answers.features.includes('e2e'),
type: 'list',
message: 'Pick a E2E testing solution:',
message: 'Pick an E2E testing solution:',
choices: [
{
name: 'Cypress (Chrome only)',
Expand Down

0 comments on commit 1423553

Please sign in to comment.