Skip to content

Commit 235eab4

Browse files
chore: update test
1 parent bfbd162 commit 235eab4

File tree

1 file changed

+2
-2
lines changed
  • packages/@vue/cli/lib/promptModules/__tests__

1 file changed

+2
-2
lines changed

packages/@vue/cli/lib/promptModules/__tests__/e2e.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test('cypress', async () => {
1313
check: [0]
1414
},
1515
{
16-
message: 'Pick a E2E testing solution',
16+
message: 'Pick an E2E testing solution',
1717
choices: ['Cypress', 'Nightwatch'],
1818
choose: 0
1919
}
@@ -41,7 +41,7 @@ test('nightwatch', async () => {
4141
check: [0]
4242
},
4343
{
44-
message: 'Pick a E2E testing solution',
44+
message: 'Pick an E2E testing solution',
4545
choices: ['Cypress', 'Nightwatch'],
4646
choose: 1
4747
},

0 commit comments

Comments
 (0)