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

Jest config .cjs not found #167

Closed jogibear9988 closed 3 years ago

jogibear9988 commented 3 years ago

I have to use .cjs extension for my jest config (cause I use "type": "module" in poackage.json). Then it's not found and does not work.

jogibear9988 commented 3 years ago

was another error on my side....