UNPKG

qunit-dom

Version:

High Level DOM Assertions for QUnit

6 lines (5 loc) 198 B
export { default as install } from './install.js'; interface SetupOptions { getRootElement?: () => Element | null; } export declare function setup(assert: Assert, options?: SetupOptions): void;