smartrx/test/test.ts

9 lines
171 B
TypeScript
Raw Normal View History

2017-10-26 13:08:34 +00:00
import { expect, tap } from 'tapbundle'
import * as smartrx from '../ts/index'
tap.test('first test', async () => {
console.log(smartrx.standardExport)
})
tap.start()