(rootDir: string)
| 260 | * are never discovered or indexed (#970, #976). |
| 261 | */ |
| 262 | export function loadIncludeIgnoredPatterns(rootDir: string): string[] { |
| 263 | return loadParsedConfig(rootDir).includeIgnored; |
| 264 | } |
| 265 | |
| 266 | /** |
| 267 | * Load the validated `exclude` patterns for a project, mtime-cached. |
no test coverage detected