Ghost/test/utils
Hannah Wolfe 70ed998838 Replaced db.ready event with direct call to urlservice
refs dd715b33dc

- this is the last event that is used to trigger part of the standard boot process
- events make the code harder to read/reason about
- the urlservice is one of the most core and critical components in Ghost, possibly the biggest consumer of time and memory
- we want to have the work it is doing front and center so that we can improve it
2021-02-23 10:05:59 +00:00
..
fixtures Added migration to remove surrounding <> in email_batches.provider_id (#12673) 2021-02-23 08:48:21 +00:00
mocks
api.js
assertions.js
configUtils.js
db-utils.js Replaced db.ready event with direct call to urlservice 2021-02-23 10:05:59 +00:00
fixture-utils.js Split test utilities out into separate files 2021-02-16 20:17:04 +00:00
index.js Replaced db.ready event with direct call to urlservice 2021-02-23 10:05:59 +00:00
old-integration-utils.js Replaced db.ready event with direct call to urlservice 2021-02-23 10:05:59 +00:00
redirects.js Split test utilities out into separate files 2021-02-16 20:17:04 +00:00
url-service-utils.js Replaced db.ready event with direct call to urlservice 2021-02-23 10:05:59 +00:00
urlUtils.js