(props, node)
| 17 | } |
| 18 | |
| 19 | function mountReactQuill(props, node) { |
| 20 | return mount(ReactQuillNode(props, node)); |
| 21 | } |
| 22 | |
| 23 | function getQuillInstance(wrapper) { |
| 24 | return wrapper.getNode().getEditor(); |
no test coverage detected
searching dependent graphs…