Ghost/ghost/admin/lib/gh-koenig/test-support/utils.js

16 lines
324 B
JavaScript
Raw Normal View History

export let editorShim = {
range: {
head: {
section: {
renderNode: {
_element: {
tagName: 'P'
}
},
isBlank: false
}
}
},
cursorDidChange: function() {}
};