const rules = [ { pattern: 'Should have progressbar role', status: 'DONE', tests: 'DONE', }, { pattern: 'Should have an accessible label', comment: `Can be named by a label specified by aria-label prop or a value (IDREF) set for the aria-labelledby prop that refers to an element.`, status: 'DONE', tests: 'DONE', }, { pattern: 'Should announce current value', comment: `aria-valuenow, aria-valuetext, aria-valuemin, aria-valuemax are used to inform the user about the current progress`, status: 'DONE', tests: 'DONE', }, { pattern: 'Track should have 3:1 contrast ratio against background', status: 'DONE', tests: 'N/A', }, ]; export default rules;