We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19348b8 commit b251a9bCopy full SHA for b251a9b
src/index.ts
@@ -6,7 +6,8 @@ import {
6
} from './utils';
7
import type { CypressAxeOptions, RunResults } from './types';
8
9
-export { CypressAxeOptions, RunResults, consoleReporter };
+export { CypressAxeOptions, RunResults };
10
+export { consoleReporter };
11
12
let defaultCypressAxeConfig = {
13
axeOptions: {},
0 commit comments