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

Update dependencies to latest (support TypeScript `satisfies` new keyword) #288

Closed Cellule closed 1 year ago

Cellule commented 1 year ago

I simply ran npm update My goal was to add support to the new TypeScript keyword satisfies Support was added in babel 7.20. Simply updating jest-editor-support didn't do the trick because they didn't explicitly bump babel's version. npm update took care of updating all indirect dependencies

image
Cellule commented 1 year ago

I've just hit this issue again in my test files. Is it possible to merge and publish this ?

firsttris commented 1 year ago

sorry for taking so long to respond, you can check version 4.60

Cellule commented 1 year ago

Confirmed it works. Thanks!!