0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/test/utils
Sam Lord 2887e416da
Switch to @tryghost/errors from ignition errors package (#13807)
refs: TryGhost/Toolbox#147

* Replaces all references to isIgnitionError with isGhostError
* Switches use of GhostError to InternalServerError - as GhostError is no longer public
There are places where InternalServerError is not the valid error, and new errors should be added to the @tryghost/errors package to ensure that we can use semantically correct errors in those cases.
2021-12-01 10:22:01 +00:00
..
fixtures Updated valid.zip to the latest casper version 2021-11-24 20:22:20 +01:00
mocks Colocated mock-express style utilities 2021-10-20 13:18:35 +01:00
admin-utils.js
api.js Switch to @tryghost/errors from ignition errors package (#13807) 2021-12-01 10:22:01 +00:00
assertions.js
configUtils.js
db-utils.js Added extra debug to test utilities 2021-11-19 10:47:21 +00:00
e2e-utils.js Fixed typos 2021-11-30 20:54:18 +13:00
fixture-utils.js Refactored fixtures to be loaded by fixture manager 2021-11-16 11:17:03 +00:00
index.js Added extra debug to test utilities 2021-11-19 10:47:21 +00:00
overrides.js
redirects.js
url-service-utils.js Removed unused parameter from isFinished method 2021-11-24 05:32:20 +13:00
urlUtils.js