feat(M4): Reusable code abstractions and dead-code removal
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import parseArgs from 'minimist';
|
||||
import type { Page } from 'playwright-core';
|
||||
import { launchBrowser } from './browse';
|
||||
import { launchBrowser } from './lib/browser.js';
|
||||
|
||||
type Step =
|
||||
| { action: 'goto'; url: string }
|
||||
|
||||
Reference in New Issue
Block a user