Files
Umbraco-CMS/src/Umbraco.Web.UI.Client/utils/test-utils.ts

9 lines
169 B
TypeScript
Raw Normal View History

2022-08-09 16:24:22 +02:00
export const defaultA11yConfig = {
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;
};