smartunique/test/test.ts
2017-07-14 17:18:27 +02:00

9 lines
160 B
TypeScript

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