You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The
karma.conf.js
file now uses CDN to loadckeditor
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 ckeditor/ckeditor4-angular#8.
The text was updated successfully, but these errors were encountered: