ConfigMate / configmate-gui

MIT License
1 stars 0 forks source link

Testing Code Coverage #5

Closed ktminks closed 10 months ago

ktminks commented 11 months ago

Testing Code Coverage

Testing environment is established, but not sure how to establish code coverage analysis using mocha. Framework can be changed.

Note: VS Code provides its own Testing API that can be used with any programmatic testing framework. Documentation and samples provided use Mocha, so that's what is currently set up, but I may switch to Jest or another framework I am more familiar with.

ktminks commented 10 months ago

This is possible, but may require a workaround due to a known bug when trying to test the extension via CLI commands. Not entirely necessary for the MVP or class grade, so I am archiving for now.