Ghost/test/regression/api/v2/content
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
..
authors.test.js Removed use of ghostServer variable pattern 2021-11-25 03:20:47 +13:00
pages.test.js Removed "ghost = testUtils.startGhost" 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
tags.test.js Removed "ghost = testUtils.startGhost" pattern 2021-11-25 03:20:47 +13:00
utils.js Refactored test utils "post" properties 2021-05-13 15:41:27 +04:00