Ghost/test/unit/shared
Hannah Wolfe ddb718f0bb
Fixed settingsCache returning falsy as null
refs: e68cb8b314

- a couple of months ago when improving the test coverage here I found some weird behaviour with falsey values
- turned out it didn't matter at the time because we didn't have any settings that are false
- with the introduction of calculated settings we will have: https://github.com/TryGhost/Ghost/pull/14766
- whilst building that, I found settings that should be returned as false were being returned as null
- fixing it in a separate commit to keep the work clean
2022-05-10 20:37:03 +01:00
..
config Added test-specific default-settings.json configuration 2022-02-21 20:06:20 +13:00
settings-cache.test.js Fixed settingsCache returning falsy as null 2022-05-10 20:37:03 +01:00