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 131f2ec commit 1eb749cCopy full SHA for 1eb749c
test.js
@@ -11,7 +11,7 @@ const initNoExtQuestions = [
11
12
const commands = [
13
{cmd: 'rm', args: ['-r', 'test-project'], ignoreErrors: true},
14
- {cmd: './node_modules/.bin/vue', args: ['init', '.', 'test-project'], responses: initNoExtQuestions},
+ {cmd: './node_modules/.bin/vue', args: ['init', '.', 'test-project'], responses: initQuestions},
15
{cmd: 'npm', args: ['install'], cwd: 'test-project'},
16
{cmd: 'npm', args: ['run', 'lint'], cwd: 'test-project'},
17
{cmd: 'npm', args: ['run', 'test:server'], cwd: 'test-project'},
0 commit comments