UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

13 lines (10 loc) 214 B
/*global axe */ function resetConfiguration() { 'use strict'; var audit = axe._audit; if (!audit) { throw new Error('No audit configured'); } audit.resetRulesAndChecks(); } axe.reset = resetConfiguration;