smartnpm/test/test.ts

9 lines
173 B
TypeScript
Raw Normal View History

2017-08-14 15:50:48 +00:00
import { expect, tap } from 'tapbundle'
import * as smartnpm from '../ts/index'
tap.test('first test', async () => {
console.log(smartnpm.standardExport)
})
tap.start()