0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/test
Naz ba50241fde Refactored scheduling tests setup using async/await
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
2021-05-24 13:11:33 +04:00
..
api-acceptance Replaced members 'comped' status with 'paid' 2021-05-19 18:49:18 +01:00
frontend-acceptance Updated tests for member endpoint 2021-05-13 15:35:14 +05:30
regression Refactored scheduling tests setup using async/await 2021-05-24 13:11:33 +04:00
unit Removed other ancient skipped storge test 2021-05-21 19:53:38 +01:00
utils Replaced members 'comped' status with 'paid' 2021-05-19 18:49:18 +01:00
.eslintignore
.eslintrc.js Enabled no-skipped-tests eslint rule [warn] 2021-05-07 19:24:23 +01:00
.jshintrc