smartupdate/test/test.ts
2017-08-15 19:29:18 +02:00

9 lines
179 B
TypeScript

import { expect, tap } from 'tapbundle'
import * as smartupdate from '../ts/index'
tap.test('first test', async () => {
console.log(smartupdate.standardExport)
})
tap.start()