Ghost/ghost/core/test
Jono M 3f70cc08b7
Fixed create offer API not returning created_at (#19143)
refs https://github.com/TryGhost/Product/issues/4196

The offers API basically returns the data you pass to it, rather than
the created database record. It looks like this is how it was intended
to work in the first place; the `setMilliseconds` is because the test
helper expects `.000Z`, which I assume is because MySQL will strip off
the milliseconds when it's saved.
2023-11-28 15:11:35 +00:00
..
e2e-api Fixed create offer API not returning created_at (#19143) 2023-11-28 15:11:35 +00:00
e2e-browser Updated publishing spec to use a more consistent timezone (#18873) 2023-11-06 07:49:43 +00:00
e2e-frontend Fixed deleting session when requesting identity for invalid session (#19017) 2023-11-16 11:01:50 +00:00
e2e-server Added email address alignment protections (#19094) 2023-11-23 10:25:30 +01:00
e2e-webhooks
integration Added email address alignment protections (#19094) 2023-11-23 10:25:30 +01:00
regression Added email address alignment protections (#19094) 2023-11-23 10:25:30 +01:00
unit Updated support email address verification for DMARC changes (#19147) 2023-11-28 15:06:58 +01:00
utils Added email address alignment protections (#19094) 2023-11-23 10:25:30 +01:00
.eslintignore
.eslintrc.js