We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f903d5 commit 87a2b98Copy full SHA for 87a2b98
src/runner.ts
@@ -306,8 +306,8 @@ export class TestRunner {
306
name: `Mocha Test (${config.uri.fsPath})`,
307
program: spawnArgs[1],
308
args: [...spawnArgs.slice(2), ...(launchConfig.args || [])],
309
+ cwd: path.dirname(config.uri.fsPath),
310
env: { ...launchConfig.env, ...this.env.value },
-
311
__extensionSessionKey: sessionKey,
312
}),
313
).catch(reject);
0 commit comments