tapbundle-fs/test/test.ts

9 lines
198 B
TypeScript
Raw Permalink Normal View History

2022-12-04 16:13:58 +00:00
import { expect, expectAsync, tap } from '@pushrocks/tapbundle';
import * as tapbundle_fs from '../ts/index.js';
tap.test('first test', async () => {
console.log(tapbundle_fs);
});
tap.start();