smartbucket/test/test.ts
2019-07-07 10:48:24 +02:00

9 lines
173 B
TypeScript

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