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