fix(core): update

This commit is contained in:
2019-05-14 08:50:50 +02:00
parent 33caf4ebea
commit f92f63337d
10 changed files with 203 additions and 89 deletions

View File

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