0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/test/regression/api/v3/admin
Naz 231cfef086 Removed use of ghostServer variable pattern
refs https://github.com/TryGhost/Toolbox/issues/138

- There is no good reason to keep this extra variable around just call "stop" in couple very specific cases. Even for those cases, there's `testUtils.stopGhost` method which achieves the same without additional variable to track.
2021-11-25 03:20:47 +13:00
..
authentication.test.js Removed use of ghostServer variable pattern 2021-11-25 03:20:47 +13:00
db.test.js Removed "ghost = testUtils.startGhost" pattern 2021-11-25 03:20:47 +13:00
identities.test.js Removed use of ghostServer variable pattern 2021-11-25 03:20:47 +13:00
images.test.js Removed "ghost = testUtils.startGhost" pattern 2021-11-25 03:20:47 +13:00
labels.test.js Removed "ghost = testUtils.startGhost" pattern 2021-11-25 03:20:47 +13:00
members.test.js Removed "ghost = testUtils.startGhost" pattern 2021-11-25 03:20:47 +13:00
members_signin_url.test.js Removed use of ghostServer variable pattern 2021-11-25 03:20:47 +13:00
notifications.test.js Removed use of ghostServer variable pattern 2021-11-25 03:20:47 +13:00
pages.test.js Removed use of ghostServer variable pattern 2021-11-25 03:20:47 +13:00
posts.test.js Removed "ghost = testUtils.startGhost" pattern 2021-11-25 03:20:47 +13:00
redirects.test.js Removed "ghost = testUtils.startGhost" pattern 2021-11-25 03:20:47 +13:00
schedules.test.js Removed "ghost = testUtils.startGhost" pattern 2021-11-25 03:20:47 +13:00
settings.test.js Removed use of ghostServer variable pattern 2021-11-25 03:20:47 +13:00
site.test.js
slack.test.js Removed use of ghostServer variable pattern 2021-11-25 03:20:47 +13:00
users.test.js Removed use of ghostServer variable pattern 2021-11-25 03:20:47 +13:00
utils.js
webhooks.test.js Removed "ghost = testUtils.startGhost" pattern 2021-11-25 03:20:47 +13:00