All Questions
1 question
2
votes
0
answers
1k
views
How to automatically run tests when saving a file, in VSCode? [duplicate]
Is it possible to natively (without extensions) execute npm run-script test every time I save a *.js file?
What steps are necessary?
I've created a Task in .vscode/launch.json:
{
"tasks":...