smartparcel/test/test.ts
2022-03-10 14:20:19 +01:00

9 lines
193 B
TypeScript

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