0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/test/unit/server/services/webhooks
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
..
serialize.test.js Fixed overly specific assertion 2022-05-03 11:59:50 +01:00
trigger.test.js Refactored trigger module to be testable 2022-05-12 13:54:21 +08:00
webhook-service.test.js