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

@@ -169,4 +169,4 @@ tap.test('wysiwyg drag and drop visual feedback', async () => {
document.body.removeChild(element);
});
tap.start();
export default tap.start();