mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
4cdcb16e49
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 |
||
---|---|---|
.. | ||
authentication.test.js | ||
db.test.js | ||
identities.test.js | ||
images.test.js | ||
labels.test.js | ||
members.test.js | ||
members_signin_url.test.js | ||
notifications.test.js | ||
pages.test.js | ||
posts.test.js | ||
redirects.test.js | ||
schedules.test.js | ||
settings.test.js | ||
site.test.js | ||
slack.test.js | ||
users.test.js | ||
utils.js | ||
webhooks.test.js |