diff --git a/qunit/qunit.d.ts b/qunit/qunit.d.ts index a5ff281a9..ee923c59c 100644 --- a/qunit/qunit.d.ts +++ b/qunit/qunit.d.ts @@ -134,11 +134,17 @@ interface Config { current: Object; reorder: boolean; requireExpects: boolean; - testTimeout: number; - urlConfig: Array; + testTimeout: number; + urlConfig: Array; done: any; } +interface URLConfigItem { + id: string; + label: string; + tooltip: string; +} + interface LifecycleObject { /** * Runs before each test