Fix VSCode Extension to Support Next.js Route Group File Paths on CodeLens Actions (#17724)

This commit is contained in:
Bryce
2025-02-26 17:27:20 -07:00
committed by GitHub
parent 8bb6dd3cee
commit baca1f4634

View File

@@ -167,7 +167,7 @@ export function registerTestRunner(context: vscode.ExtensionContext) {
let command = customScript;
if (filePath.length !== 0) {
command += ` ${filePath}`;
command += ` "${filePath}"`;
}
if (testName && testName.length) {