This commit is contained in:
2017-08-14 17:50:48 +02:00
commit ce2751e383
16 changed files with 563 additions and 0 deletions

8
test/test.ts Normal file
View File

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