jashkenas / underscore

JavaScript's utility _ belt
https://underscorejs.org
MIT License
27.33k stars 5.53k forks source link

Tests don't load on website #2895

Closed jgonggrijp closed 3 years ago

jgonggrijp commented 3 years ago

The tests on the website don't load because the QUnit object can't be found because the module that defines it isn't present on the GH Pages server because it's in the node_modules. Maybe this was broken in #2888, or maybe I already broke this myself at a much earlier stage.

I'll try to fix this soon.

jgonggrijp commented 3 years ago

Was fixed in c9b4b63.