Ghost/test/regression/api/v3
Naz 4cdcb16e49 Refactored regression users tests to use async/await
refs https://github.com/TryGhost/Toolbox/issues/138

- This is a continuation of a bigger refactor to use async/await syntax before migrating "startGhost" methods to only use backend boot
- Removed a little bit of dead code (like admin user creation) which should speed up test execution too!
- Refactored user variables to be declared closer to their usecases instead of being high up in a global scope - variables shoul not live that far apart from the code that uses them
2021-11-25 03:20:47 +13:00
..
admin Refactored regression users tests to use async/await 2021-11-25 03:20:47 +13:00
content Removed use of ghostServer variable pattern 2021-11-25 03:20:47 +13:00