ckeditor / github-writer

GitHub Writer - WYSIWYG Rich-Text Editor for GitHub, powered by CKEditor.
https://ckeditor.com/
Other
379 stars 61 forks source link

Imports from `List` package in unit tests are outdated #371

Closed Dumluregn closed 1 year ago

Dumluregn commented 1 year ago

📝 Provide detailed reproduction steps (if any)

  1. Try to run unit tests.

✔️ Expected result

All tests pass.

❌ Actual result

Tests that import the features from the List plugin cause errors.

❓ Possible solution

During the CKE5 version bump the List feature structure changed, so it has to be applied in tests.

📃 Other details


If you'd like to see this fixed sooner, add a 👍 reaction to this post.

Dumluregn commented 1 year ago

Already resolved as in #364.