fix(build): modernize project tooling and tighten TypeScript typings

This commit is contained in:
2026-05-01 16:23:25 +00:00
parent 1c80a1097b
commit d0ab3ad285
11 changed files with 3449 additions and 5385 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
import { expect, expectAsync, tap } from '@push.rocks/tapbundle';
import { expect, tap } from '@git.zone/tstest/tapbundle';
import * as smartbuffer from '../ts/index.js';
tap.test('first test', async () => {
@@ -18,4 +18,4 @@ tap.test('should recognize different buffer like objects', async () => {
expect(smartbuffer.isBufferLike(testUint8Array)).toBeTrue();
});
tap.start();
export default tap.start();