File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 58
58
"output" : []
59
59
},
60
60
"test" : {
61
- "command" : " node ./lib/src/test-setup-and-runner.js --spec lib/test/selfSpecs/* .test.js" ,
61
+ "command" : " node ./lib/src/test-setup-and-runner.js --spec lib/test/selfSpecs/cliCommands .test.js" ,
62
62
"dependencies" : [
63
63
" compile"
64
64
],
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ class TestSetupAndRunner extends ExTester {
72
72
const resources = useExistingProject ? [ useExistingProject ] : [ ] ;
73
73
return super . runTests ( this . spec || EnvironmentSettings . getInstance ( ) . specFiles , { resources } ) ;
74
74
}
75
+
75
76
public async installExtension ( extension : string ) : Promise < void > {
76
77
log ( `SetUp - Started Install extension ${ path . basename ( extension ) } ` ) ;
77
78
await this . installVsix ( { useYarn : false , vsixFile : extension } ) ;
You can’t perform that action at this time.
0 commit comments