fix(deps): upgrade dependencies and adapt code, tests, and docs for new upstream versions
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user