fix(core): update

This commit is contained in:
2020-10-26 00:44:26 +00:00
parent e75a939214
commit fb606e734b
2 changed files with 6 additions and 3 deletions

View File

@ -17,7 +17,8 @@ tap.test('should create an xml string', async () => {
hello: {
"@_xlmns:teststring": "hellothere",
"@_xlmns:testnumber": 10,
wow: 'test'
wow: 'test',
url: [{loc: 3},{loc: 3}]
}
});
console.log(xmlResult);