tapbundle/test/test.ts

8 lines
134 B
TypeScript
Raw Normal View History

2017-04-23 09:10:13 +00:00
import { tap, expect } from '../dist/index'
tap.test('my first test', async () => {
return expect(true).to.be.true
})
tap.start()