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 225366c commit c079e2cCopy full SHA for c079e2c
test.js
@@ -5,7 +5,8 @@ const commands = [
5
{cmd: './node_modules/.bin/vue', args: ['init', '.', 'test-project'], yes: true},
6
{cmd: 'npm', args: ['install'], cwd: 'test-project'},
7
{cmd: 'npm', args: ['run', 'lint'], cwd: 'test-project'},
8
- {cmd: 'npm', args: ['run', 'test'], cwd: 'test-project'},
+ {cmd: 'npm', args: ['run', 'test:server'], cwd: 'test-project'},
9
+ {cmd: 'npm', args: ['run', 'test:client'], cwd: 'test-project'},
10
{cmd: 'npm', args: ['run', 'build'], cwd: 'test-project'},
11
];
12
0 commit comments