File tree 2 files changed +3
-3
lines changed
packages/@vue/cli/lib/promptModules
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ test('cypress', async () => {
13
13
check : [ 0 ]
14
14
} ,
15
15
{
16
- message : 'Pick a E2E testing solution' ,
16
+ message : 'Pick an E2E testing solution' ,
17
17
choices : [ 'Cypress' , 'Nightwatch' ] ,
18
18
choose : 0
19
19
}
@@ -41,7 +41,7 @@ test('nightwatch', async () => {
41
41
check : [ 0 ]
42
42
} ,
43
43
{
44
- message : 'Pick a E2E testing solution' ,
44
+ message : 'Pick an E2E testing solution' ,
45
45
choices : [ 'Cypress' , 'Nightwatch' ] ,
46
46
choose : 1
47
47
} ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ module.exports = cli => {
14
14
name : 'e2e' ,
15
15
when : answers => answers . features . includes ( 'e2e' ) ,
16
16
type : 'list' ,
17
- message : 'Pick a E2E testing solution:' ,
17
+ message : 'Pick an E2E testing solution:' ,
18
18
choices : [
19
19
{
20
20
name : 'Cypress (Chrome only)' ,
You can’t perform that action at this time.
0 commit comments