smartkey/test/test.ts

9 lines
185 B
TypeScript
Raw Permalink Normal View History

2019-02-23 13:18:17 +00:00
import { expect, tap } from '@pushrocks/tapbundle';
import * as smartkey from '../ts/index'
tap.test('first test', async () => {
console.log(smartkey.standardExport)
})
tap.start()