Skip to content

Commit

Permalink
Update runTest.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn2223 committed Oct 16, 2024
1 parent 7810894 commit 8c98525
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/runTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ async function main() {
extensionTestsPath = __dirname,
testWorkspace = path.resolve(__dirname, "../../src/test/sample");

console.log("Extension development path:", extensionDevelopmentPath);
console.log("Extension tests path:", extensionTestsPath);
console.log("Test workspace:", testWorkspace);

// Download VS Code, unzip it and run the integration test
await runTests({
extensionDevelopmentPath,
Expand Down

0 comments on commit 8c98525

Please sign in to comment.