smartparcel/test/test.ts

9 lines
193 B
TypeScript
Raw Normal View History

2022-03-10 13:20:19 +00:00
import { expect, expectAsync, tap } from '@pushrocks/tapbundle';
2020-07-07 18:25:45 +00:00
import * as smartparcel from '../ts/index';
tap.test('first test', async () => {
console.log(smartparcel);
});
tap.start();