axeMapping.js 215 B

123456
  1. /* eslint-disable import/prefer-default-export, no-underscore-dangle */
  2. import * as axe from 'axe-core';
  3. export function axeFailMessage(checkId, data) {
  4. return axe.utils.getCheckMessage(checkId, 'fail', data);
  5. }