(configPath: string)
| 26 | } |
| 27 | |
| 28 | const loadConfig = async (configPath: string): Promise<SanitizedConfig> => { |
| 29 | return await ( |
| 30 | await import(configPath) |
| 31 | ).default |
| 32 | } |
| 33 | |
| 34 | if (!testConfigDir) { |
| 35 | throw new Error('Yo must Specify testConfigDir') |
no outgoing calls
no test coverage detected
searching dependent graphs…