Ghost/core/test
Kevin Ansfield 2dc6f30f11 🐛 Fixed internal error for RSS feed when a post has no content
no issue

- initial report https://forum.ghost.org/t/rss-feed-stopped-working/9874
- `htmlRelativeToAbsolute` will return `null` if `null` is passed into it but `cheerio.load(null)` will throw a "Cannot read property 'parent' of null" error so we need to ensure we at least load an empty string
2019-10-30 17:46:17 +00:00
..
acceptance Fixed tests 2019-10-11 13:16:54 +01:00
regression 🐛 Fixed incorrect body class output on page (#11264) 2019-10-23 18:06:45 +02:00
unit 🐛 Fixed internal error for RSS feed when a post has no content 2019-10-30 17:46:17 +00:00
utils Fixed test suite timeout for multi-author posts 2019-10-14 16:11:10 +02: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 Remove jshint rules that are no longer supported 2015-01-23 21:00:37 +00:00