You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The directory structure for JavaScript projects I've contributed to have varied quite a bit.
I would want to get it working with TypeScript as well.
It's definitely doable (outside of running a test using the current line number), but I've been a bit mentally stuck on fleshing it out. I think the easiest place to start would be adding the ability to run all of the tests in an opened test file.
Seems like jest is probably the best choice as the default runner.
See jest-cli documentation.
The text was updated successfully, but these errors were encountered: