📄 axeMapping.js
/home/palash/git/site/node_modules/eslint-plugin-jsx-a11y/__tests__/__util__/axeMapping.js
Language: js • Lines: 6
/* eslint-disable import/prefer-default-export, no-underscore-dangle */
import * as axe from 'axe-core';

export function axeFailMessage(checkId, data) {
  return axe.utils.getCheckMessage(checkId, 'fail', data);
}