smartproxy/test/test.ts
2019-08-20 17:50:17 +02:00

9 lines
189 B
TypeScript

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