mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-09-16 16:01:30 -04:00
chore: silence test logs for expected error case
This commit is contained in:
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", .{});
|
||||
}
|
||||
Reference in new issue
Block a user