ericcornelissen / depreman

Manage npm deprecations
https://www.npmjs.com/package/depreman
GNU Affero General Public License v3.0
0 stars 0 forks source link

Reach 100% unit test coverage #19

Open ericcornelissen opened 1 month ago

ericcornelissen commented 1 month ago

Expand the test suite added in 093f5b3f1c417930a86e47601081ccfc0713b40f to reach 100% unit test coverage. By this I mean, roughly, 100% coverage of all side-effect (file system, network, etc.) free logic. This will almost certainly require some refactoring to make units testable without invoking side-effects.

Followup to #7