(path: string, stripExtension: boolean = false)
| 115 | |
| 116 | return async function templateFile(file: string, content: string) { |
| 117 | const localRelativePath = (path: string, stripExtension: boolean = false) => |
| 118 | relativePath(file, path, stripExtension) |
| 119 | |
| 120 | const integrationImportContent = (integration: Integration) => |
| 121 | integration.import || |
no test coverage detected