astro-ghostcms/.pnpm-store/v3/files/bc/d2fb7f313dc77dad1f6ed99af5a...

7 lines
215 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
/* 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);
}