Ghost/ghost/admin/lib/gh-koenig/test-support/utils.js
Ryan McCarvill c5b0301e87 Koenig tests. (#564)
* 👷   Editor tests
Added acceptance tests for koenig markdown-like support.
Added some unit tests for koenig located in the /lib/koenig/test-support directory.
2017-03-07 23:57:09 +13:00

16 lines
324 B
JavaScript

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