mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2025-08-14 11:45:35 +00:00
test: add additional tests
This commit is contained in:
@@ -108,5 +108,4 @@ describe('H004 response parsing', () => {
|
||||
const xmlString = response.toXML().replace('\\n', '\n');
|
||||
assert.deepEqual(xmlString, readFileSync(join(__dirname, '../fixtures/HPB_response.xml'), { encoding: 'utf8' }));
|
||||
});
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user