Ghost/ghost/webmentions/test
Fabien "egg" O'Carroll 8908a51547 Improved verification logic for Mentions
refs https://github.com/TryGhost/Team/issues/2550

By using cheerio to parse the HTML we can correctly look for elements
which use the target URL as the href attribute, rather than doing a
plaintext search. This closer to what the spec says.
2023-02-17 19:07:11 +07:00
..
utils
.eslintrc.js
InMemoryMentionRepository.test.js Added support for deleting mentions (#16238) 2023-02-09 17:29:13 +07:00
Mention.test.js Improved verification logic for Mentions 2023-02-17 19:07:11 +07:00
MentionDiscoveryService.test.js
MentionsAPI.test.js Wired up verification to MentionsAPI 2023-02-17 19:07:11 +07:00
MentionSendingService.test.js Handled empty content when sending webmentions 2023-02-17 10:46:48 +01:00