fix(deps): upgrade dependencies and adapt code, tests, and docs for new upstream versions

This commit is contained in:
2026-03-09 17:17:15 +00:00
parent 68963ae9ea
commit 11dd654fc4
8 changed files with 4772 additions and 3269 deletions

View File

@@ -1,4 +1,4 @@
import { tap, expect, expectAsync } from '@push.rocks/tapbundle';
import { tap, expect } from '@push.rocks/tapbundle';
import * as smartbrowser from '../ts/index.js';
let testSmartBrowser: smartbrowser.SmartBrowser;
@@ -33,4 +33,4 @@ tap.test('should stop the browser ', async () => {
await testSmartBrowser.stop();
});
tap.start();
export default tap.start();