We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 130bcfb commit bfbd162Copy full SHA for bfbd162
packages/@vue/cli/lib/promptModules/e2e.js
@@ -14,7 +14,7 @@ module.exports = cli => {
14
name: 'e2e',
15
when: answers => answers.features.includes('e2e'),
16
type: 'list',
17
- message: 'Pick a E2E testing solution:',
+ message: 'Pick an E2E testing solution:',
18
choices: [
19
{
20
name: 'Cypress (Chrome only)',
0 commit comments