Ghost/ghost/core/test/unit/frontend
Naz 4aacd50fee
Added coverage for URLResourceUpdatedEvent
refs https://github.com/TryGhost/Toolbox/issues/503

- The listener was not covered during quick and dirty implementation. While in the area did some cleanup to the sitemap manager test
- One of the problems I've stumbled upon when adding a test is having multiple instances of SiteManager in the test, which in turn created multiple "subscribe" events and repeat handle executions. Fixed it by having just one site manager instance (a singleton) as that's the pattern that used in main codebase
2023-01-23 16:33:41 +08:00
..
apps Fixed the typo 2022-08-04 15:38:32 +01:00
helpers Added logging to webmention endpoint (#16137) 2023-01-17 14:26:43 +01:00
meta Fixed import of bson-objectid in accordance to the typings 2022-10-12 14:54:35 +07:00
services Added coverage for URLResourceUpdatedEvent 2023-01-23 16:33:41 +08:00
utils Updated frontend apps to use new config 2022-07-25 23:00:37 +05:30
web/middleware Fixed trailing whitespace in test file 2022-08-03 11:48:02 +01:00