(rootDir: string)
| 310 | * are never discovered or indexed (#970, #976). |
| 311 | */ |
| 312 | export function loadIncludeIgnoredPatterns(rootDir: string): string[] { |
| 313 | return loadParsedConfig(rootDir).includeIgnored; |
| 314 | } |
| 315 | |
| 316 | /** |
| 317 | * Load the validated `exclude` patterns for a project, mtime-cached. |
no test coverage detected