smartlog-interfaces/test/test.ts

9 lines
228 B
TypeScript
Raw Normal View History

2018-02-07 23:12:25 +00:00
import { expect, tap } from 'tapbundle'
import * as commonlog from '../ts/index'
tap.test('first test', async () => {
2018-02-08 00:52:08 +00:00
console.log('Since this is an interface package, there is nothing to test dynamically :)')
2018-02-07 23:12:25 +00:00
})
tap.start()