(pth: string)
| 35 | }; |
| 36 | |
| 37 | const resolveRoot = (pth: string) => { |
| 38 | return path.resolve(rootPath, pth); |
| 39 | }; |
| 40 | |
| 41 | const resolveLocal = (pth: string) => { |
| 42 | return path.resolve(__dirname, `${tmpPath}/${pth}`); |
no outgoing calls
no test coverage detected