UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

10 lines (8 loc) 242 B
const elmUsedAnywhere = results.some(frameResult => frameResult.result === true); // If the element exists in any frame, set them all to true if (elmUsedAnywhere) { results.forEach(result => { result.result = true; }); } return results;