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