UNPKG

ember-a11y-testing

Version:
7 lines (6 loc) 326 B
/** * Utility to determine whether to use the middleware reporter. This functionality is * enabled by the presence of the `enableA11yMiddlewareReporter` query parameter passed * to the test suite or the `ENABLE_A11Y_MIDDLEWARE_REPORTER` environmental variable. */ export declare function useMiddlewareReporter(): boolean;