0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/test/regression
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
..
api Refactored regression users tests to use async/await 2021-11-25 03:20:47 +13:00
mock-express-style Fixed loadRouteSettingsSync stubs 2021-11-24 05:32:20 +13:00
models Moved launchComplete user setting as global editor setting (#13703) 2021-11-04 18:03:51 +05:30
services 🐛 Fixed setting Tier prices after changing Stripe accounts 2021-11-10 14:03:03 +02:00
site Removed use of ghostServer variable pattern 2021-11-25 03:20:47 +13:00