chore: silence test logs for expected error case

This commit is contained in:
Karl Seguin committed 2026-08-06 10:08:37 +08:00
1 parent 7a9460ff10
commit ef237a7e20
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", .{});
}