fix(core): update

This commit is contained in:
2019-10-02 11:36:40 +02:00
parent 8a06a30a21
commit b4d9948dc7
4 changed files with 1619 additions and 52 deletions

View File

@ -1,8 +1,8 @@
import { expect, tap } from '@pushrocks/tapbundle';
import * as smartpersona from '../ts/index'
import * as smartpersona from '../ts/index';
tap.test('first test', async () => {
console.log(smartpersona.standardExport)
smartpersona.Company;
})
tap.start()
tap.start();