ckeditor / ckeditor5-react

Official CKEditor 5 React component.
https://ckeditor.com/ckeditor-5
Other
425 stars 99 forks source link

Restore 100% coverage in project after migration to vitest. #492

Closed Mati365 closed 4 months ago

Mati365 commented 4 months ago

Suggested merge commit message (convention)

Tests: Restore 100% coverage in whole project after migration to ESM and new test suite.


Additional information

Previously, our test suite was returning incorrect coverage info. After migration to vitest it shows us that we have ~90% coverage percentage. This PR restores coverage to 100%.