vscode-code-runner
vscode-code-runner copied to clipboard
[Feature request] Allow to run .test.js in mocha and .test.ts with ts-mocha
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" },