()
| 91 | } |
| 92 | |
| 93 | export function getStructuredOutputSchemasDir(): string { |
| 94 | return path.join(getResourceRoot(), 'schemas', 'structured-output'); |
| 95 | } |
| 96 | |
| 97 | export function getBundledAxePath(): string { |
| 98 | return path.join(getResourceRoot(), 'bundled', 'axe'); |
no test coverage detected