UNPKG

node-mnb

Version:

Node package that retrieves information from the Hungarian National Bank's (MNB) SOAP API.

8 lines (6 loc) 202 B
import { soapServiceUrl } from '../src/'; describe('Default constant tests.', () => { test('Constant tests', () => { expect(soapServiceUrl).toBe('https://www.mnb.hu/arfolyamok.asmx?wsdl'); }); });