Current section

Files

Jump to
ckeditor5_phoenix dist test-utils editor wait-for-test-context.d.ts
Raw

dist/test-utils/editor/wait-for-test-context.d.ts

/**
* Waits for the test context instance to be available in the registry.
* @param id The context id (default: 'test-context')
*/
export declare function waitForTestContext(id?: string): Promise<import('ckeditor5').ContextWatchdog<import('ckeditor5').Context>>;
//# sourceMappingURL=wait-for-test-context.d.ts.map