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
264 stars 124 forks source link

chore(jest-runner): support cjs and mjs file extensions #314

Closed mike247 closed 1 year ago

mike247 commented 1 year ago

Add support for mjs and cjs files as per the jest spec

https://jestjs.io/docs/configuration

firsttris commented 1 year ago

Thanks for your contribution