Skip to content

Commit 055a6e6

Browse files
committed
chore: try running one test
1 parent b8aa5da commit 055a6e6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"output": []
5959
},
6060
"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",
6262
"dependencies": [
6363
"compile"
6464
],

src/test-setup-and-runner.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ class TestSetupAndRunner extends ExTester {
7272
const resources = useExistingProject ? [useExistingProject] : [];
7373
return super.runTests(this.spec || EnvironmentSettings.getInstance().specFiles, { resources });
7474
}
75+
7576
public async installExtension(extension: string): Promise<void> {
7677
log(`SetUp - Started Install extension ${path.basename(extension)}`);
7778
await this.installVsix({ useYarn: false, vsixFile: extension });

0 commit comments

Comments
 (0)