ember-a11y-testing
Version:
Accessibility testing for Ember applications
7 lines (6 loc) • 326 B
TypeScript
/**
* 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;