Skip to content

Commit c079e2c

Browse files
committed
feat(test): split tests
1 parent 225366c commit c079e2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ const commands = [
55
{cmd: './node_modules/.bin/vue', args: ['init', '.', 'test-project'], yes: true},
66
{cmd: 'npm', args: ['install'], cwd: 'test-project'},
77
{cmd: 'npm', args: ['run', 'lint'], cwd: 'test-project'},
8-
{cmd: 'npm', args: ['run', 'test'], cwd: 'test-project'},
8+
{cmd: 'npm', args: ['run', 'test:server'], cwd: 'test-project'},
9+
{cmd: 'npm', args: ['run', 'test:client'], cwd: 'test-project'},
910
{cmd: 'npm', args: ['run', 'build'], cwd: 'test-project'},
1011
];
1112

0 commit comments

Comments
 (0)