0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/test/unit/server
Naz 67dca08df8 Refactored trigger module to be testable
refs https://github.com/TryGhost/Toolbox/issues/283

- Current trigger module handling webhook paypload delivery isn't testable! It sucks to add features to it without assurance things still work
- Apart from expanding the test suite this changeset also needs live testing - setting up webhooks etc.
2022-05-12 13:54:21 +08:00
..
adapters
data 🏗 Dropped webhooks.status column (#14713) 2022-05-11 14:11:47 +01:00
lib Added gravatar URL to config to make it configurable (#14490) 2022-05-09 12:44:04 +01:00
models Added frontend key to ghost_head for portal (#14782) 2022-05-11 17:34:31 +01:00
services Refactored trigger module to be testable 2022-05-12 13:54:21 +08:00
web Removed res.locals.apiVersion 2022-04-28 15:35:28 +01:00
notify.test.js Fixed notify library tests 2021-12-06 08:20:39 +00:00
overrides.test.js