From d76a54c9ba71d29414b66032b37af8f12eed5ba1 Mon Sep 17 00:00:00 2001 From: Remi Rousselet Date: Tue, 21 May 2024 16:29:53 +0200 Subject: [PATCH] Fix runTest --- firebase-vscode/src/test/runTest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebase-vscode/src/test/runTest.ts b/firebase-vscode/src/test/runTest.ts index 0dc9633413d..6e533da0d23 100644 --- a/firebase-vscode/src/test/runTest.ts +++ b/firebase-vscode/src/test/runTest.ts @@ -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({