remove some unused imports

This commit is contained in:
Karl Seguin
2025-12-26 12:36:28 +08:00
parent 05cb5221d4
commit 087086c308
43 changed files with 7 additions and 72 deletions

View File

@@ -332,7 +332,6 @@ pub var test_browser: Browser = undefined;
pub var test_session: *Session = undefined;
const WEB_API_TEST_ROOT = "src/browser/tests/";
const WEB_API_HELPER_PATH = WEB_API_TEST_ROOT ++ "testing.js";
const HtmlRunnerOpts = struct {};
pub fn htmlRunner(comptime path: []const u8, opts: HtmlRunnerOpts) !void {