mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
no issue - if we are using any random domain in our tests, it could be that the test behaviour changes over time - in this case: the ghost_head_spec triggers a request for image diminsions (cover image, author image, blog logo) - if the target blog url/domain can't be reached (connecting....), the timeout would be reached - but the test is not setup to handle longer waiting times - even with https://github.com/TryGhost/Ghost/pull/8210/files, the default timeout would be 5s, which is not acceptable for a unit test - that's why, we need to choose a blog url, which definitely is "down" - any long localhost port |
||
---|---|---|
.. | ||
functional | ||
integration | ||
unit | ||
utils | ||
.jshintrc |