Skip to content

Commit 08cf23e

Browse files
author
Walker Leite
committed
test(test): comment out commands
1 parent 7bc077a commit 08cf23e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ const initNoExtQuestions = [
1313

1414
/* eslint-disable max-len */
1515
const commands = [
16-
// {cmd: 'rm', args: ['-r', 'test-project'], ignoreErrors: true},
17-
// {cmd: './node_modules/.bin/vue', args: ['init', '.', 'test-project'], responses: initQuestions},
18-
// {cmd: 'npm', args: ['install'], cwd: 'test-project'},
19-
// {cmd: 'npm', args: ['run', 'lint'], cwd: 'test-project'},
20-
// {cmd: 'npm', args: ['run', 'test'], cwd: 'test-project'},
21-
// {cmd: 'npm', args: ['run', 'build'], cwd: 'test-project'},
16+
{cmd: 'rm', args: ['-r', 'test-project'], ignoreErrors: true},
17+
{cmd: './node_modules/.bin/vue', args: ['init', '.', 'test-project'], responses: initQuestions},
18+
{cmd: 'npm', args: ['install'], cwd: 'test-project'},
19+
{cmd: 'npm', args: ['run', 'lint'], cwd: 'test-project'},
20+
{cmd: 'npm', args: ['run', 'test'], cwd: 'test-project'},
21+
{cmd: 'npm', args: ['run', 'build'], cwd: 'test-project'},
2222
{cmd: 'rm', args: ['-r', 'test-project'], ignoreErrors: true},
2323
{cmd: './node_modules/.bin/vue', args: ['init', '.', 'test-project'], responses: initNoExtQuestions},
2424
{cmd: 'npm', args: ['install'], cwd: 'test-project'},

0 commit comments

Comments
 (0)