JefreyHildebrandt

Results 1 comments of JefreyHildebrandt

Bit late to this thread, but I just ran into this issue. I was able to get my tests running by putting: ```javascript Object.defineProperty(global, 'CKEDITOR_VERSION', { set: function(val) { if(global.CKEDITOR_VERSION)...