bunq/test/test.ts
2019-09-26 12:07:56 +02:00

9 lines
177 B
TypeScript

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