add type for test window
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
export const defaultA11yConfig = {
|
||||
ignoredRules: [],
|
||||
};
|
||||
|
||||
export type UmbTestRunnerWindow = Window &
|
||||
typeof globalThis & {
|
||||
__UMBRACO_TEST_RUN_A11Y_TEST: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user