0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/test
Nazar Gargol d0e8561b03 Changed email model statuses in schema
- Renames were done as that suits how emails would be handled by the bulk email handler
- These statuses are only for internal representation of the state and don't represent what happens to emails delivery-wise
- There is no need for 'sent' status as emails are "never done" and stats wold be checked for stats field would be used to check on details of the status
2019-11-07 16:26:34 +07:00
..
acceptance Fixed db export test 2019-11-06 15:56:56 +07:00
regression Added email relation to post and allowed include for /posts endpoint 2019-11-07 11:47:15 +07:00
unit Changed email model statuses in schema 2019-11-07 16:26:34 +07:00
utils Added email data generators in test utils 2019-11-06 15:56:56 +07:00
.eslintignore Moved grunt-eslint to npm script executing eslint (#10474) 2019-02-11 13:26:06 +01:00
.eslintrc.json Updated eslint for tests to allow async functions 2019-10-06 21:03:56 +07:00
.jshintrc