fix(core): update
This commit is contained in:
@ -15,6 +15,8 @@ tap.test('should create an instance', async () => {
|
||||
tap.test('should create an xml string', async () => {
|
||||
const xmlResult = testSmartxml.createXmlFromObject({
|
||||
hello: {
|
||||
"@_xlmns:teststring": "hellothere",
|
||||
"@_xlmns:testnumber": 10,
|
||||
wow: 'test'
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user