firsttris / vscode-jest-runner

Simple way to run or debug one or more tests from context menu, codelens or command plalette
https://marketplace.visualstudio.com/items?itemName=firsttris.vscode-jest-runner
MIT License
265 stars 124 forks source link

Add fileextensions for modules as default #350

Open jogibear9988 opened 8 months ago

jogibear9988 commented 8 months ago

Maybe you could add the 'mjs' and 'mts' extensions as default?

firsttris commented 6 months ago

for config files? we already have those: https://github.com/firsttris/vscode-jest-runner/blob/master/src/jestRunnerConfig.ts#L99

of you mean for test files? that a bit unsual.

jogibear9988 commented 6 months ago

Maybe unusual, but still possible.