(groupSlug: AxeGroupSlug, weight = 1)
| 15 | * @deprecated Use `axeGroupRefs` instead for multi-URL support. |
| 16 | */ |
| 17 | export function axeGroupRef(groupSlug: AxeGroupSlug, weight = 1): CategoryRef { |
| 18 | return { |
| 19 | plugin: AXE_PLUGIN_SLUG, |
| 20 | slug: groupSlug, |
| 21 | type: 'group', |
| 22 | weight, |
| 23 | }; |
| 24 | } |
| 25 | |
| 26 | /** |
| 27 | * @deprecated Use `axeAuditRefs` instead for multi-URL support. |
no outgoing calls
no test coverage detected