Ghost/ghost/core
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
..
content 🎨 Updated Casper to v5.4.5 2023-01-20 16:01:00 +00:00
core Updated sitemaps to react to a partial resource update 2023-01-23 16:33:41 +08:00
test Added coverage for URLResourceUpdatedEvent 2023-01-23 16:33:41 +08:00
.c8rc.e2e.json
.c8rc.json
.eslintignore
.eslintrc.js
.gitignore
.npmignore
config.development.json
ghost.js
index.js
jsconfig.json
loggingrc.js Added version information to log lines 2023-01-20 13:18:44 +01:00
MigratorConfig.js
package.json Updated sitemaps to react to a partial resource update 2023-01-23 16:33:41 +08:00
playwright.config.js Added data attributes to admin/tiers (#16095) 2023-01-11 11:35:55 +04:00