( element?: HTMLElement, config?: EditorRelaxedConfig )
| 108 | } |
| 109 | |
| 110 | public static create( element?: HTMLElement, config?: EditorRelaxedConfig ): Promise<MockEditor> { |
| 111 | return Promise.resolve( new this( element, config ) ); |
| 112 | } |
| 113 | } |
| 114 | |
| 115 | function createDocument() { |
no outgoing calls
no test coverage detected