This commit is contained in:
2017-07-14 17:18:27 +02:00
parent 0bf4ab5a20
commit 2d02a3c7d9
9 changed files with 129 additions and 0 deletions

8
test/test.ts Normal file
View File

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