Skip to content

Commit b251a9b

Browse files
author
mcha
committed
fix(index): export consoleReporter
1 parent 19348b8 commit b251a9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ import {
66
} from './utils';
77
import type { CypressAxeOptions, RunResults } from './types';
88

9-
export { CypressAxeOptions, RunResults, consoleReporter };
9+
export { CypressAxeOptions, RunResults };
10+
export { consoleReporter };
1011

1112
let defaultCypressAxeConfig = {
1213
axeOptions: {},

0 commit comments

Comments
 (0)