Pomax / lib-font

This library adds a new Font() object to the JavaScript toolbox, similar to new Image() for images
MIT License
728 stars 72 forks source link

Add coverage testing #94

Open Pomax opened 3 years ago

Pomax commented 3 years ago

There are tests at the moment, but no indication of how much of the codebase the tests cover. Adding coverage testing would be pretty useful in order to determine which parts of the code still need explicit tests (which right now is a lot of the code =)