implement tap myself
This commit is contained in:
7
test/test.ts
Normal file
7
test/test.ts
Normal 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()
|
Reference in New Issue
Block a user