fix(core): update

This commit is contained in:
2019-08-21 14:37:02 +02:00
parent 9deffc2a54
commit 52dc138f54
5 changed files with 45 additions and 10 deletions

View File

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