isotransport/test/test.ts

9 lines
198 B
TypeScript
Raw Permalink Normal View History

2023-01-06 09:36:54 +00:00
import { expect, expectAsync, tap } from '@pushrocks/tapbundle';
import * as isotransport from '../ts/index.js';
tap.test('first test', async () => {
console.log(isotransport);
});
tap.start();