smartbucket/test/test.ts
2018-09-14 18:07:20 +02:00

9 lines
184 B
TypeScript

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