@@ -15,15 +15,13 @@ const commands = [
15
15
{ cmd : './node_modules/.bin/vue' , args : [ 'init' , '.' , 'test-project' ] , responses : initQuestions } ,
16
16
{ cmd : 'npm' , args : [ 'install' ] , cwd : 'test-project' } ,
17
17
{ cmd : 'npm' , args : [ 'run' , 'lint' ] , cwd : 'test-project' } ,
18
- { cmd : 'npm' , args : [ 'run' , 'test:server' ] , cwd : 'test-project' } ,
19
- { cmd : 'npm' , args : [ 'run' , 'test:client' ] , cwd : 'test-project' } ,
18
+ { cmd : 'npm' , args : [ 'run' , 'test' ] , cwd : 'test-project' } ,
20
19
{ cmd : 'npm' , args : [ 'run' , 'build' ] , cwd : 'test-project' } ,
21
20
{ cmd : 'rm' , args : [ '-r' , 'test-project' ] , ignoreErrors : true } ,
22
21
{ cmd : './node_modules/.bin/vue' , args : [ 'init' , '.' , 'test-project' ] , responses : initNoExtQuestions } ,
23
22
{ cmd : 'npm' , args : [ 'install' ] , cwd : 'test-project' } ,
24
23
{ cmd : 'npm' , args : [ 'run' , 'lint' ] , cwd : 'test-project' } ,
25
- { cmd : 'npm' , args : [ 'run' , 'test:server' ] , cwd : 'test-project' } ,
26
- { cmd : 'npm' , args : [ 'run' , 'test:client' ] , cwd : 'test-project' } ,
24
+ { cmd : 'npm' , args : [ 'run' , 'test' ] , cwd : 'test-project' } ,
27
25
{ cmd : 'npm' , args : [ 'run' , 'build' ] , cwd : 'test-project' } ,
28
26
] ;
29
27
/* eslint-enable max-len */
0 commit comments