fix(core): update

This commit is contained in:
2019-08-20 18:42:52 +02:00
parent 855ede784d
commit 0a8ae81fd0
8 changed files with 1475 additions and 20 deletions

View File

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