update structure to improve testability

This commit is contained in:
geoffsee
2025-06-05 22:03:04 -04:00
parent 7f641559ae
commit d483a53376
13 changed files with 750 additions and 18 deletions

View File

@@ -47,7 +47,7 @@ const {text} = await host.fetchText(new URL(url).toString());
// browser: getBrowser(),
// headless: true,
// javaScriptEnabled: browser !== "chromium",
// // timeout: 3000,
// // timeout: 3777,
// // bypassCSP: true,
// // baseUrl: new URL(url).origin,
// });