Skip to content

Commit 1eb749c

Browse files
author
Walker Leite
committed
fix(test): fix test commands
1 parent 131f2ec commit 1eb749c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const initNoExtQuestions = [
1111

1212
const commands = [
1313
{cmd: 'rm', args: ['-r', 'test-project'], ignoreErrors: true},
14-
{cmd: './node_modules/.bin/vue', args: ['init', '.', 'test-project'], responses: initNoExtQuestions},
14+
{cmd: './node_modules/.bin/vue', args: ['init', '.', 'test-project'], responses: initQuestions},
1515
{cmd: 'npm', args: ['install'], cwd: 'test-project'},
1616
{cmd: 'npm', args: ['run', 'lint'], cwd: 'test-project'},
1717
{cmd: 'npm', args: ['run', 'test:server'], cwd: 'test-project'},

0 commit comments

Comments
 (0)