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