UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

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