MCPcopy Create free account
hub / github.com/ckeditor/ckeditor5-react / createTestMultiRootWatchdog

Function createTestMultiRootWatchdog

tests/_utils/multirooteditor.ts:34–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

createMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…