This commit is contained in:
2017-10-26 14:23:13 +02:00
commit 59999a05b3
9 changed files with 135 additions and 0 deletions

8
test/test.ts Normal file
View File

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