mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-23 10:53:34 +03:00
ba50241fde
refs https://github.com/TryGhost/Team/issues/694 - The previous `.then` chaining was outdated and was causing 2x ghost instance initialization per test suite - With a refactor there's only one intance initialization per suite (saves running time!) and we use more readable async/await syntax, which should make things more maintainable |
||
---|---|---|
.. | ||
authentication_spec.js | ||
db_spec.js | ||
images_spec.js | ||
notifications_spec.js | ||
oembed_spec.js | ||
pages_spec.js | ||
posts_spec.js | ||
redirects_spec.js | ||
schedules_spec.js | ||
settings_spec.js | ||
site_spec.js | ||
slack_spec.js | ||
users_spec.js | ||
utils.js | ||
webhooks_spec.js |