diff --git a/axe.d.ts b/axe.d.ts index 1723a34926..c61db5c8f8 100644 --- a/axe.d.ts +++ b/axe.d.ts @@ -233,6 +233,7 @@ declare namespace axe { none?: string[]; tags?: string[]; matches?: string; + reviewOnFail?: boolean; } interface AxePlugin { id: string;