Skip to content

Commit ef501ce

Browse files
committed
update tests
1 parent a5b408b commit ef501ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/configuration/apiConfigurationParser.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export class DefaultApiConfigurationParser implements ApiConfigurationParser {
1111
return new Promise((resolve, reject) => {
1212
try {
1313
const result = parseXmlToJson(xmlConfig);
14+
console.log(JSON.stringify(result, null, 2));
1415
const rawConfig = result as ParsedApiConfiguration;
1516
resolve(new DefaultApiConfiguration(rawConfig));
1617
} catch (err) {

0 commit comments

Comments
 (0)