2022-08-09 16:24:22 +02:00
|
|
|
export const defaultA11yConfig = {
|
2022-08-10 11:52:35 +02:00
|
|
|
ignoredRules: [],
|
2022-08-09 16:24:22 +02:00
|
|
|
};
|
2024-02-07 11:54:34 +01:00
|
|
|
|
|
|
|
|
export type UmbTestRunnerWindow = Window &
|
|
|
|
|
typeof globalThis & {
|
|
|
|
|
__UMBRACO_TEST_RUN_A11Y_TEST: boolean;
|
|
|
|
|
};
|