(path: string)
| 946 | if (tsSupportsShowConfig) { |
| 947 | test('--showConfig should log resolved configuration', async (t) => { |
| 948 | function native(path: string) { |
| 949 | return path.replace(/\/|\\/g, pathSep); |
| 950 | } |
| 951 | function posix(path: string) { |
| 952 | return path.replace(/\/|\\/g, '/'); |
| 953 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…