fix(core): update

This commit is contained in:
2019-02-23 00:50:21 +01:00
parent 1c86afea9c
commit c41504f095
5 changed files with 35 additions and 11 deletions

View File

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