code-debug icon indicating copy to clipboard operation
code-debug copied to clipboard

add support for envFile

Open GitMensch opened this issue 3 years ago • 2 comments

fix #258

so far untested; it is likely possible to also add unit tests; so work in progress (@ any one, feel free to take over)

GitMensch avatar May 10 '22 13:05 GitMensch

I'm not (possibly anymore) familiar with the test setup - do we have a dev doc how to add tests and run them (outside of CI)?

GitMensch avatar Feb 08 '24 07:02 GitMensch

I'm not (possibly anymore) familiar with the test setup - do we have a dev doc how to add tests and run them (outside of CI)?

The HACKING document does provide a brief overview in the testing section. The Unit tests use Mocha and I recommended the Mocha Test Explorer extension as an easy way to run the unit tests interactively.

brownts avatar Feb 10 '24 04:02 brownts