Skip to content

Commit

Permalink
Fix runTest
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed May 21, 2024
1 parent 926dac0 commit d76a54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebase-vscode/src/test/runTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async function main() {

// The path to test runner
// Passed to --extensionTestsPath
const extensionTestsPath = path.resolve(__dirname, "./suite/index");
const extensionTestsPath = path.resolve(__dirname, "./suite/src/core/index");

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

0 comments on commit d76a54c

Please sign in to comment.