Merge pull request #3147 from lightpanda-io/silence-test-logs

chore: silence test logs for expected error case
This commit is contained in:
Karl Seguin authored and GitHub committed 2026-08-06 10:27:49 +08:00
commit 9b05efd689
1 file changed
+1
@@ -288,5 +288,6 @@ pub const JsApi = struct {
const testing = @import("../../testing.zig");
test "WebApi: CustomElementRegistry" {
testing.expectLog(&.{ .js, .js, .js, .js, .js, .js, .js, .js, .js, .js, .js, .js });
try testing.htmlRunner("custom_elements", .{});
}