UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

12 lines (10 loc) 221 B
/*eslint no-unused-vars: ["off"]*/ /*global axe */ var checks, commons; axe._load = function(r) { commons = r.commons; checks = r.checks.reduce(function(acc, check) { acc[check.id] = check; return acc; }, {}); };