tapbundle-fs/test/test.ts
2022-12-04 17:13:58 +01:00

9 lines
198 B
TypeScript

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();