I have tried npm: Run... with test -- --watch and it seems the parameters are thrown away.
I'd like to be able to run my tests in watch mode in a tab. I also tried configuring a scripts entry for this, but I can't figure out how to execute that, either.
I have tried
npm: Run...
withtest -- --watch
and it seems the parameters are thrown away.I'd like to be able to run my tests in watch mode in a tab. I also tried configuring a
scripts
entry for this, but I can't figure out how to execute that, either.