fix(core): update

This commit is contained in:
Philipp Kunz 2019-07-09 00:43:54 +02:00
parent cf01332643
commit 583f0754bf

View File

@ -2,7 +2,8 @@ import { expect, tap } from '@pushrocks/tapbundle';
import * as smartmoney from '../ts/index';
tap.test('first test', async () => {
console.log(smartmoney.standardExport);
const myNumber = smartmoney.parseEuropeanNumberString('1.000,50');
expect(myNumber).to.equal(1000.5);
});
tap.start();