add type for test window

This commit is contained in:
Jacob Overgaard
2024-02-07 11:54:34 +01:00
parent 446bd7e1b6
commit 2d1ef04888
78 changed files with 157 additions and 155 deletions

View File

@@ -1,3 +1,8 @@
export const defaultA11yConfig = {
ignoredRules: [],
};
export type UmbTestRunnerWindow = Window &
typeof globalThis & {
__UMBRACO_TEST_RUN_A11Y_TEST: boolean;
};