0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/test/utils
Naz 9057ca0ee2 Skipped unnecessary frontend initialization
refs https://github.com/TryGhost/Toolbox/issues/135

- This optimization is expected to play a role in more consistent "backend-only" boot where the previous test state might have left over a different theme version which might cause in unwanted URL Services reainitializations.
- What has been happening here is the themes.test.js suite was uploading a theme with a v4 api and when the users api test suite loaded up it switched back to a default v2 theme, which caused routing reinitialization
- The root problem here  is the themese suite is leaving a mess behind so a "restartModeGhostStart" is not really possible anymore - this should be cleaned up separately
2021-11-22 21:56:32 +13:00
..
fixtures Updated urls/resources cache fixtures 2021-11-22 21:56:32 +13:00
mocks
admin-utils.js
api.js
assertions.js
configUtils.js
db-utils.js Added extra debug to test utilities 2021-11-19 10:47:21 +00:00
e2e-utils.js Skipped unnecessary frontend initialization 2021-11-22 21:56:32 +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 Fixed undefined error 2021-11-22 21:56:32 +13:00
urlUtils.js