smartbuffer/test/test.ts

9 lines
196 B
TypeScript
Raw Normal View History

2022-06-15 21:36:51 +00:00
import { expect, expectAsync, tap } from '@pushrocks/tapbundle';
import * as smartbuffer from '../ts/index.js';
tap.test('first test', async () => {
console.log(smartbuffer);
});
tap.start();