smartunique/test/test.ts

9 lines
160 B
TypeScript
Raw Normal View History

2017-07-14 15:18:27 +00:00
import { expect, tap } from 'tapbundle'
import * as smartunique from '../dist/index'
tap.test('first test', async () => {
console.log('hey')
})
tap.start()