9 lines
160 B
TypeScript
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()
|