(configElement: any)
| 457 | } |
| 458 | |
| 459 | function buildConfigFileXml(configElement: any) { |
| 460 | return buildXmlElement(configElement, 'config-file'); |
| 461 | } |
| 462 | |
| 463 | function getConfigFileTagContent(str: string) { |
| 464 | return str.replace(/<config-file.+">|<\/config-file>/g, ''); |
no test coverage detected