0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/test/unit/services
Hannah Wolfe 0b333765d4
Refactored shutdown and reset for settings
- shutdown removed listeners, which should really be done before adding them anyway!
- reset sets the cache back to an empty object, which was already done by init
- merge these into one reset function that fully resets the cache
- all instances of shutdown were called before an init call, and now called during init, therefore these can be removed
- acceptance utils had an instance of calling shutdown and reset together as part of stopping Ghost, reworked that to be clearer
2021-06-30 15:18:15 +01:00
..
apps Moved handlebars utils to new theme engine service 2021-04-21 14:21:32 +01:00
auth Fixed tests for auth service mmbers auth 2021-05-24 11:36:35 +01:00
mail Refactored and fixed GhostMailer unit tests 2021-05-27 13:14:30 +04:00
mega Added unique filtering for segment parser 2021-06-30 17:43:28 +04:00
members Updated to use config-url-helpers in urlUtils 2021-06-18 21:49:28 +01:00
notifications Fixed lint errors 2021-06-24 16:36:47 +04:00
permissions
routing Expanded requires of lib/common i18n and events 2021-05-03 17:14:52 +01:00
rss Swapped out usage of stubUrlUtils for configUtils 2021-06-21 11:07:30 +01:00
settings Refactored shutdown and reset for settings 2021-06-30 15:18:15 +01:00
theme-engine Added initial match helper 2021-06-07 21:15:05 +01:00
themes Moved theme service to core/server 2021-04-27 15:14:49 +01:00
url Change to use @tryghost/logging 2021-06-15 15:59:11 +01:00
labs_spec.js Enabled all labs flags when testing (#13036) 2021-06-10 12:54:34 +01:00
slack_spec.js Change to use @tryghost/logging 2021-06-15 15:59:11 +01:00
xmlrpc_spec.js Change to use @tryghost/logging 2021-06-15 15:59:11 +01:00