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 a github action for PRs that runs the tests #117

Open Pomax opened 3 years ago

Pomax commented 3 years ago

Pretty trivial, I've set this up more times than I can count by now.

RoelN commented 3 years ago

Small note, on my machine I occasionally seem to get stuck after the first font has been tested:

 PASS  testing/node/source.code.pro.test.js
 FAIL  testing/node/athena.ruby.test.js (5.115 s)

This happens roughly 25% of the times I run npm run test. I haven't investigated it this is something local, but I'm putting it here as a heads up!

Pomax commented 3 years ago

jest should time out 10 seconds after starting a test: does it not?