UNPKG

434 BTypeScriptView Raw
1export declare function setEnableA11yAudit(enabled?: boolean): void;
2/**
3 * Forces running audits. This functionality is enabled by
4 * the presence of an `enableA11yAudit` query parameter passed to the test suite.
5 *
6 * If used with `setupGlobalA11yHooks` and the query param enabled, this will override
7 * any `InvocationStrategy` passed to that function and force the audit.
8 */
9export declare function shouldForceAudit(): boolean;