From afb247844e697475f5bf81fd7b03ed30c2c65830 Mon Sep 17 00:00:00 2001 From: Carter Capocaccia Date: Tue, 28 Jun 2022 10:50:48 -0500 Subject: [PATCH] fix(axe.d.ts): updates type definition for Rule to add reviewOnFail (#3521) --- axe.d.ts | 1 + 1 file changed, 1 insertion(+) 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;