smarttime/test/test.ts

9 lines
175 B
TypeScript
Raw Normal View History

2017-08-15 17:28:23 +00:00
import { expect, tap } from 'tapbundle'
import * as smarttime from '../ts/index'
tap.test('first test', async () => {
console.log(smarttime.standardExport)
})
tap.start()