logcontext/test/test.ts
2017-10-16 09:07:19 +02:00

9 lines
177 B
TypeScript

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