connor4312 / nodejs-testing

VS Code integration for node:test native tests
MIT License
43 stars 6 forks source link

Enable running pretest command #24

Closed u12206050 closed 4 months ago

u12206050 commented 7 months ago

First off, awesome work, thank you.

One thing it is missing though is a setting for configuring a pretest command which would enable the use of bundlers or compilers needed to execute before the tests run.

I am thinking initially it could just be a command that you execute before running the tests and that command is configurable via your extension settings.

Would really increase the usefulness of this extension :)