smartrx/test/test.ts
2017-10-26 15:08:34 +02:00

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()