formulahendry / formulahendry/vscode-code-runner

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

Open
#1,090 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
2.4k
Forks
351
PR merge metrics
No merged PRs in 30d

Description

**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"
},

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.