()
| 161 | * Check if axe tool is available (bundled, env override, or PATH) |
| 162 | */ |
| 163 | export function areAxeToolsAvailable(): boolean { |
| 164 | return getAxePath() !== null; |
| 165 | } |
| 166 | |
| 167 | export const AXE_NOT_AVAILABLE_MESSAGE = |
| 168 | 'AXe tool not found. UI automation features are not available.\n\n' + |
nothing calls this directly
no test coverage detected