()
| 835 | }); |
| 836 | |
| 837 | function createEmptyEditor() { |
| 838 | editor = new Editor({ extensions: [StarterKit] }); |
| 839 | editor.view.dispatch(editor.state.tr); |
| 840 | return editor; |
| 841 | } |
| 842 | |
| 843 | it('parses Container component HTML as a container node', async () => { |
| 844 | const ed = createEmptyEditor(); |
no test coverage detected