blob: 547b7e83d216e583debf5903e9929488ea69154b [file]
/**
* Custom checks can use any of axe-cores internal checks by using the checks ID for the `evaluate` property in the metadata file. All check IDs can be found in the metadata-function-map.
*
* @example
* {
* "id": "my-custom-check",
* "evaluate": "abstractrole-evaluate"
* }
*
* @namespace checks
*/