()
| 95 | } |
| 96 | |
| 97 | export function getBundledAxePath(): string { |
| 98 | return path.join(getResourceRoot(), 'bundled', 'axe'); |
| 99 | } |
| 100 | |
| 101 | export function getBundledFrameworksDir(): string { |
| 102 | return path.join(getResourceRoot(), 'bundled', 'Frameworks'); |
no test coverage detected