9 lines
171 B
TypeScript
9 lines
171 B
TypeScript
|
import { expect, tap } from 'tapbundle'
|
||
|
import * as smartrx from '../ts/index'
|
||
|
|
||
|
tap.test('first test', async () => {
|
||
|
console.log(smartrx.standardExport)
|
||
|
})
|
||
|
|
||
|
tap.start()
|