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

Investigate test framework not dealing with exceptions properly #128

Open Pomax opened 2 years ago

Pomax commented 2 years ago

From https://github.com/Pomax/lib-font/issues/127:

when I tried to add a failing test to testing/browser/tests/test.otf.js, throwing an exception seems to just hang the test host until timeout instead of failing the test.

That should, obviously, not happen.