Ghost/ghost/webmentions/test
Chris Raible 71aca468b3
Fixed flaky test: Can generate a mentions report (#16592)
refs TryGhost/Team#2844

- assertion was comparing a constant `now` with a `new Date()` that was
made on the next line — by passing now in as the end date to
`getMentionReport`, the end date should always equal the constant
- intent of the test is just to make sure a mentions report can
generate, so we can just use the variable now instead of creating new
Date() objects
2023-04-07 19:03:22 -07:00
..
utils Added MentionSendingService (#16151) 2023-01-19 17:35:10 +01:00
.eslintrc.js Added webmentions package (#16133) 2023-01-17 13:18:16 +08:00
InMemoryMentionRepository.test.js Added support for deleting mentions (#16238) 2023-02-09 17:29:13 +07:00
Mention.test.js Added page resource type to Mentions (#16302) 2023-02-21 13:02:47 +08:00
MentionDiscoveryService.test.js Upgraded got package from v9.6.0 to v11.8.6 (#16261) 2023-02-20 09:33:11 -06:00
MentionsAPI.test.js Fixed flaky test: Can generate a mentions report (#16592) 2023-04-07 19:03:22 -07:00
MentionSendingService.test.js Added retries for all known flaky tests (#16582) 2023-04-07 00:37:01 -07:00