fix(core): update
This commit is contained in:
parent
cf01332643
commit
583f0754bf
@ -2,7 +2,8 @@ import { expect, tap } from '@pushrocks/tapbundle';
|
|||||||
import * as smartmoney from '../ts/index';
|
import * as smartmoney from '../ts/index';
|
||||||
|
|
||||||
tap.test('first test', async () => {
|
tap.test('first test', async () => {
|
||||||
console.log(smartmoney.standardExport);
|
const myNumber = smartmoney.parseEuropeanNumberString('1.000,50');
|
||||||
|
expect(myNumber).to.equal(1000.5);
|
||||||
});
|
});
|
||||||
|
|
||||||
tap.start();
|
tap.start();
|
||||||
|
Loading…
Reference in New Issue
Block a user