smartbuffer/test/test.ts
2022-06-15 23:36:51 +02:00

9 lines
196 B
TypeScript

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