anhari / vscode-test

Test runner for VS Code
MIT License
4 stars 2 forks source link

Add a test runner for JavaScript #12

Open anhari opened 4 years ago

anhari commented 4 years ago

Seems like jest is probably the best choice as the default runner.

See jest-cli documentation.

alk-mandrianarijaona commented 3 years ago

hey @anhari, how can we help to have this feature?

anhari commented 3 years ago

Hey Mika 👋! Sorry for such a delayed response. To be honest, I've been sitting on this one because I'm not sure of the best way to go about it 😅

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.