const rules = [ { pattern: 'Should have role separator.', status: 'DONE', tests: 'DONE', }, { pattern: 'Should have proper orientation.', comment: 'aria-orientation defaults to horizontal.', status: 'DONE', tests: 'DONE', }, { pattern: 'Should have 3:1 contrast ratio against the background.', comment: 'Selected color should relate to the background color.', status: 'DONE', tests: 'N/A', }, ]; export default rules;