UNPKG

node-mnb

Version:

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

9 lines 326 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const src_1 = require("../src/"); describe('Default constant tests.', () => { test('Constant tests', () => { expect(src_1.soapServiceUrl).toBe('https://www.mnb.hu/arfolyamok.asmx?wsdl'); }); }); //# sourceMappingURL=index.test.js.map