slack/test/test.ts

9 lines
171 B
TypeScript
Raw Normal View History

2017-09-14 05:20:26 +00:00
import { expect, tap } from 'tapbundle'
import * as slackme from '../ts/index'
tap.test('first test', async () => {
console.log(slackme.standardExport)
})
tap.start()