(integration: Integration)
| 118 | relativePath(file, path, stripExtension) |
| 119 | |
| 120 | const integrationImportContent = (integration: Integration) => |
| 121 | integration.import || |
| 122 | `import ${integration.jsName} from '${localRelativePath(integration.path || '')}'` |
| 123 | |
| 124 | const integrationImportCode = (integration: Integration) => |
| 125 | integration.code || integration.jsName |
nothing calls this directly
no test coverage detected