fix(build): align test imports with tstest tapbundle and simplify the build script

This commit is contained in:
2026-04-23 17:35:24 +00:00
parent 387c5091f1
commit 3bc9e76ed7
8 changed files with 244 additions and 2549 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { expect, tap } from '@push.rocks/tapbundle';
import { expect, tap } from '@git.zone/tstest/tapbundle';
import * as domtools from '../ts/index.js';
tap.test('first test', async () => {