logdna/test/test.ts

9 lines
181 B
TypeScript
Raw Normal View History

2018-11-01 17:13:34 +00:00
import { expect, tap } from '@pushrocks/tapbundle';
import * as logdna from '../ts/index'
tap.test('first test', async () => {
console.log(logdna.standardExport)
})
tap.start()