vscode-code-runner icon indicating copy to clipboard operation
vscode-code-runner copied to clipboard

[Feature request] Allow to run .test.js in mocha and .test.ts with ts-mocha

Open MarArMar opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe.

Allow to run .test.js in mocha and .test.ts with ts-mocha

Describe the solution you'd like

This should work : "code-runner.executorMap": { "javascript": "mocha", "typescript": "ts-mocha" },

MarArMar avatar Nov 25 '23 14:11 MarArMar