ckeditor4-react
ckeditor4-react copied to clipboard
Run karma tests with local `ckeditor-dev` package
The karma.conf.js file now uses CDN to load ckeditor package for tests. It makes sense in many cases because the integration will use already released packages, however it makes it unable to test integration with some local changes in ckeditor-dev package.
We should enable testing with local ckeditor-dev package.
Related to https://github.com/ckeditor/ckeditor4-angular/issues/8.
See further discussion in https://github.com/ckeditor/ckeditor4-angular/issues/8 starting from https://github.com/ckeditor/ckeditor4-angular/issues/8#issuecomment-491217267.