0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/test
Naz 0ccf31cdb5 Fixed error message when booting with no redirects
refs 91efa4605c

- When the instance is booted without any redirects files configured it's not supposed to error but rather default to an "empty" [] redirects configuration.
- Ideally the logic shoudl not contain try/catch block at all and fail as soon as there's any error during the initialization. This wasn't changed at this time due to possible break of existing Ghost instances
2021-11-03 13:50:24 +04:00
..
e2e-api Added test coverage for not supported media type 2021-11-03 00:33:28 +13:00
e2e-frontend Updated e2e tests to be async/await 2021-10-06 15:51:05 +01:00
e2e-server Fixed ETag header for admin templates not changing between versions (#13680) 2021-10-22 14:25:58 +01:00
integration Moved URL service to backend 2021-10-19 07:29:09 +13:00
regression Fixed redirects integration tests 2021-11-03 07:41:55 +13:00
unit Fixed error message when booting with no redirects 2021-11-03 13:50:24 +04:00
utils Used DynamicRedirectManager for Custom Redirects 2021-11-03 07:41:55 +13:00
.eslintignore
.eslintrc.js
.jshintrc