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

support pnp.cjs (yarn2) #155

Closed stavalfi closed 3 years ago

stavalfi commented 3 years ago

the latest yarn2 version (of master branch) is using pnp.cjs.

you should look for pnp.cjs or pnp.js to fully support this feature.

this feature is not published yet, but it will soon enough.

firsttris commented 3 years ago

i dont have much xp with pnp yet.

yarn 2 pnp support was implemented with this PR:

https://github.com/firsttris/vscode-jest-runner/pull/103

stavalfi commented 3 years ago

@alexkuc

alexkuc commented 3 years ago

Relates to https://github.com/yarnpkg/berry/pull/2286

alexkuc commented 3 years ago

@stavalfi @firsttris https://github.com/firsttris/vscode-jest-runner/pull/157

stavalfi commented 3 years ago

Thanks @alexkuc !