Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e82efa8

Browse files
committedFeb 15, 2020
chore: update memfs to v3.0.5
1 parent 130bcfb commit e82efa8

File tree

1 file changed

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

1 file changed

+1
-1
lines changed
 

‎packages/@vue/cli/lib/promptModules/e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = cli => {
1414
name: 'e2e',
1515
when: answers => answers.features.includes('e2e'),
1616
type: 'list',
17-
message: 'Pick a E2E testing solution:',
17+
message: 'Pick an E2E testing solution:',
1818
choices: [
1919
{
2020
name: 'Cypress (Chrome only)',

0 commit comments

Comments
 (0)
Please sign in to comment.