()
| 132 | * Get the path to the available axe binary |
| 133 | */ |
| 134 | export function getAxePath(): string | null { |
| 135 | return resolveAxeBinary()?.path ?? null; |
| 136 | } |
| 137 | |
| 138 | /** |
| 139 | * Get environment variables needed for bundled AXe to run |
no test coverage detected