(rootDir: string)
| 352 | * are never discovered or indexed (#970, #976). |
| 353 | */ |
| 354 | export function loadIncludeIgnoredPatterns(rootDir: string): string[] { |
| 355 | return loadParsedConfig(rootDir).includeIgnored; |
| 356 | } |
| 357 | |
| 358 | /** |
| 359 | * Load the validated `exclude` patterns for a project, mtime-cached. |
no test coverage detected