bunq/test/test.ts

9 lines
177 B
TypeScript
Raw Normal View History

2019-09-26 10:07:56 +00:00
import { expect, tap } from '@pushrocks/tapbundle';
import * as bunq from '../ts/index'
tap.test('first test', async () => {
console.log(bunq.standardExport)
})
tap.start()