We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 130bcfb commit 0b76fa2Copy full SHA for 0b76fa2
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)',
packages/@vue/cli/package.json
@@ -47,6 +47,7 @@
47
"leven": "^3.1.0",
48
"lodash.clonedeep": "^4.5.0",
49
"lru-cache": "^5.1.1",
50
+ "memfs": "^3.0.5",
51
"minimist": "^1.2.0",
52
"recast": "^0.18.1",
53
"resolve": "^1.15.0",
0 commit comments