fix(deps): bump dependency and devDependency versions, update lik import paths, add tsbundle config, export test start, and tidy readme install snippet

This commit is contained in:
2026-03-05 09:08:01 +00:00
parent b8b6043f55
commit 41eede2d8d
8 changed files with 1591 additions and 687 deletions

View File

@@ -6,4 +6,4 @@ tap.test('first test', async () => {
expect(domtoolsInstance).toBeInstanceOf(domtools.DomTools);
});
tap.start();
export default tap.start();