Ghost/ghost/core/test/e2e-api
Simon Backx 44f189b56a
Added email service package (#15849)
fixes https://github.com/TryGhost/Team/issues/2282

Added a new email service package that is used when the email stability
flag is enabled. Currently not yet implemented so will throw an error
for all entry points (if flag enabled).

Removed usage of `labs.isSet.bind` across the code, because that breaks
the stubbing of labs by `mockManager.mockLabsEnabled` and
`mockManager.mockLabsDisabled`. `flag => labs.isSet(flag)` should be
used instead.

All email depending tests now disable the `emailStability` feature flag
to keep the tests passing + make sure we still run all the tests for the
old flow while the email stability package is being built.
2022-11-21 10:29:53 +01:00
..
admin Added email service package (#15849) 2022-11-21 10:29:53 +01:00
content Update the cover image in default fixtures (#15817) 2022-11-15 21:19:50 +00:00
members Sped up comments and feedback tests by reusing Ghost app instance 2022-11-18 14:58:35 +01:00
members-comments Sped up comments and feedback tests by reusing Ghost app instance 2022-11-18 14:58:35 +01:00
shared Update the cover image in default fixtures (#15817) 2022-11-15 21:19:50 +00:00