smartlog-interfaces/test/test.ts
2018-02-08 00:12:25 +01:00

9 lines
175 B
TypeScript

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