smartipc/test/test.ts

9 lines
185 B
TypeScript
Raw Normal View History

2019-04-05 18:30:43 +00:00
import { expect, tap } from '@pushrocks/tapbundle';
import * as smartipc from '../ts/index'
tap.test('first test', async () => {
console.log(smartipc.standardExport)
})
tap.start()