Automatic tests for each supported React version #121
Labels
changelog:skip
A changelog entry should not be added for a given issue.
status:confirmed
An issue confirmed by the development team.
type:task
Any other issue (refactoring, typo fix, etc).
Are you reporting a feature request or a bug?
Task
Provide detailed reproduction steps (if any)
We have concluded with @Comandeer that it will be worth having integration tests which check if CKEditor 4 works correctly with all supported React versions -
major
s only I suppose. Generally, it should work be we don't check it too often. This will:It could be done probably in the form of simple application for each React version which will use our component (there are few ways to create such app - manual, CRA, etc. but we should get with the most common one). Also it should be fairly easy to add new tests for new versions.
If it works fine we should do the same for other integrations.
The text was updated successfully, but these errors were encountered: