logcontext/test/test.ts

9 lines
177 B
TypeScript
Raw Normal View History

2017-10-16 07:07:19 +00:00
import { expect, tap } from 'tapbundle'
import * as logcontext from '../ts/index'
tap.test('first test', async () => {
console.log(logcontext.standardExport)
})
tap.start()