jest-community / jest-editor-support

A module for handling editor to jest integration
MIT License
28 stars 21 forks source link

upgrade dependency to the latest #97

Closed connectdotz closed 1 year ago

connectdotz commented 1 year ago

Upgrade all dependencies to the latest and fix eslint/flow related errors.

There are quite a few type erasure issues when importing typescript types in flow files that the latest flow starts to complain about. I end up adding the $FlowIgnore to bypass these warnings. I think we should put a consistent effort into migrating to typescript sooner than later...

fixes #96

adrienbaron commented 1 year ago

@connectdotz Happy New Year 🥳!

Thank you for this PR! I'm having the same issue this fixes using the VSCode Jest extension in my repo, and looking into fixing it I realised the issue wasn't there when running the extension locally and discovered you've fixed it already 🙇‍♂️!

Is there anything I can do to help getting this and a new version of the extension using it released?

connectdotz commented 1 year ago

@adrienbaron, Happy new year!

Sorry, still in holiday coma, should be back next week.

I was working on one more PR and plan to release a new version of this library, then vscode-jest afterward. Thanks for the offering; I will keep that in mind.