fix(tests): migrate tests to @git.zone/tstest tapbundle and export tap.start() in browser tests

This commit is contained in:
2025-12-30 11:52:39 +00:00
parent 540f1c2431
commit 22225b79ed
15 changed files with 31 additions and 1761 deletions

View File

@@ -1,4 +1,4 @@
import { tap, expect, webhelpers } from '@push.rocks/tapbundle';
import { tap, expect, webhelpers } from '@git.zone/tstest/tapbundle';
import * as deesCatalog from '../ts_web/index.js';
import { BlockRegistry } from '../ts_web/elements/00group-input/dees-input-wysiwyg/blocks/block.registry.js';