smartipc/test/test.ts
2019-04-05 20:30:43 +02:00

9 lines
185 B
TypeScript

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