implement tap myself

This commit is contained in:
2017-04-23 11:10:13 +02:00
parent 4e541b7986
commit 753c387325
12 changed files with 275 additions and 1546 deletions

7
test/test.ts Normal file
View File

@ -0,0 +1,7 @@
import { tap, expect } from '../dist/index'
tap.test('my first test', async () => {
return expect(true).to.be.true
})
tap.start()