ckeditor / ckeditor4-angular

Official CKEditor 4 Angular component.
Other
54 stars 32 forks source link

Add tests for the "onNamespaceLoaded" event #172

Open Dumluregn opened 3 years ago

Dumluregn commented 3 years ago

Are you reporting a feature request or a bug?

Task

Provide detailed reproduction steps (if any)

In https://github.com/ckeditor/ckeditor4-angular/pull/149 we replace the logic for getNamespace() method from this repo with an external one from https://github.com/ckeditor/ckeditor4-integrations-common (they're basically the same). We had however a number of issues trying to test cases with multiple editor instances (probably because of https://github.com/ckeditor/ckeditor4/issues/4390). After it's fixed it would be good to come back to this and check if we can write proper tests.