paypal/test/test.ts
2017-10-26 14:23:13 +02:00

9 lines
165 B
TypeScript

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