(directory: string)
| 46 | } |
| 47 | |
| 48 | function getProjectConfigBasePath(directory: string): string { |
| 49 | return cortexKitProjectConfigBasePath(directory); |
| 50 | } |
| 51 | |
| 52 | interface LegacyReadFallback { |
| 53 | /** The legacy file we read, or null if no harness-owned legacy file exists. */ |
no test coverage detected