Ghost/test/unit/services/settings
Naz 93af11bdec Simplified knowSettings usage
refs https://linear.app/tryghost/issue/CORE-35/refactor-route-and-redirect-settings

- 'knowSettings' was based on a "configurable" array of settings that might be configured in Ghost. The multitude never happened! The only setting the frontend takes care of is routes.yaml file (redirects is also kind of a setting but is a separate concept for now).
- Having just one type of file to deal with allows to simplify implementation significantly, which helps before a big refactor
2021-09-28 04:59:41 +13:00
..
ensure-settings.test.js Reworked ensure-settings module to take in singular file path 2021-09-28 04:59:41 +13:00
loader.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
settings.test.js Simplified knowSettings usage 2021-09-28 04:59:41 +13:00
validate.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
yaml-parser.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00