()
| 32 | export class TestMultiRootEditor extends MultiRootEditor {} |
| 33 | |
| 34 | export const createTestMultiRootWatchdog = async (): Promise<ContextWatchdog> => { |
| 35 | const contextWatchdog = new TestMultiRootEditor.ContextWatchdog( TestMultiRootEditor.Context ); |
| 36 | await contextWatchdog.create(); |
| 37 | return contextWatchdog; |
| 38 | }; |
| 39 | |
| 40 | TestMultiRootEditor.builtinPlugins = [ |
| 41 | Essentials, |
no test coverage detected
searching dependent graphs…