mirror of
				https://github.com/node-ebics/node-ebics-client.git
				synced 2025-11-03 22:51:04 +00:00 
			
		
		
		
	feat: tests
This commit is contained in:
		@@ -1,5 +1,7 @@
 | 
				
			|||||||
'use strict';
 | 
					'use strict';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/* eslint-env node, mocha */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const { assert } = require('chai');
 | 
					const { assert } = require('chai');
 | 
				
			||||||
const H004Response = require('../lib/orders/H004/response');
 | 
					const H004Response = require('../lib/orders/H004/response');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
'use strict';
 | 
					'use strict';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* eslint-disable no-loop-func */
 | 
					/* eslint-env node, mocha */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const { assert } = require('chai');
 | 
					const { assert } = require('chai');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -35,7 +35,7 @@ const client = new ebics.Client({
 | 
				
			|||||||
	userId: 'CRS04381',
 | 
						userId: 'CRS04381',
 | 
				
			||||||
	hostId: 'CRSISOTB',
 | 
						hostId: 'CRSISOTB',
 | 
				
			||||||
	passphrase: 'test',
 | 
						passphrase: 'test',
 | 
				
			||||||
	keyStorage: ebics.fsKeysStorage(path.resolve(__dirname, './TEST_KEYS.key')),
 | 
						keyStorage: ebics.fsKeysStorage(path.resolve(__dirname, '../support/TEST_KEYS.key')),
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const { Orders } = ebics;
 | 
					const { Orders } = ebics;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user