Merge pull request #3194 from lightpanda-io/test-log-silence

chore: silence test log
This commit is contained in:
Karl Seguin authored and GitHub committed 2026-08-14 16:29:57 +08:00
commit 18afa56eb6
1 file changed
+1
+1
View File
@@ -269,5 +269,6 @@ pub const JsApi = struct {
const testing = @import("../../testing.zig");
test "WebApi: Console" {
testing.expectLog(&.{ .js, .js, .js });
try testing.htmlRunner("console", .{});
}