smartnpm/test/test.ts
2017-08-14 17:50:48 +02:00

9 lines
173 B
TypeScript

import { expect, tap } from 'tapbundle'
import * as smartnpm from '../ts/index'
tap.test('first test', async () => {
console.log(smartnpm.standardExport)
})
tap.start()