Ghost/ghost/core/test/unit/server
Chris Raible fc7e150cc2
Fixed importer breaking any posts written in the new editor (#17230)
refs @TryGhost/Product#3551

- PostsImporter would convert the HTML from the import file into
Mobiledoc, even if the post was written in Lexical
- As a result, the imported posts would have both mobiledoc & lexical
fields populated, which prevents the post from being updated in the
Lexical editor
- Added a check to see if the post was written in Lexical, and if so,
skip the HTML > Mobiledoc conversion
2023-07-06 18:37:19 -07:00
..
adapters Removed Bluebird from tests 2023-06-23 10:03:03 +02:00
data Fixed importer breaking any posts written in the new editor (#17230) 2023-07-06 18:37:19 -07:00
lib Updated to use assert/strict everywhere (#17047) 2023-06-21 09:56:59 +01:00
models Updated to use assert/strict everywhere (#17047) 2023-06-21 09:56:59 +01:00
services Add endpoint to record mail events (#16990) 2023-06-23 12:22:01 +01:00
web Removed all unused variables from test files 2023-03-10 14:29:55 +01:00
notify.test.js Fixed configUtils and adapter cache issues in E2E tests (#16167) 2023-01-30 14:06:20 +01:00
overrides.test.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00