smartexit/test/test.ts

9 lines
187 B
TypeScript
Raw Normal View History

2019-05-16 13:10:22 +00:00
import { expect, tap } from '@pushrocks/tapbundle';
import * as smartexit from '../ts/index'
tap.test('first test', async () => {
console.log(smartexit.standardExport)
})
tap.start()