mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-22 12:44:43 +00:00
testing: add LogFilter utility for scoped log suppression
This commit is contained in:
@@ -662,6 +662,10 @@ test "cdp.page: getFrameTree" {
|
||||
}
|
||||
|
||||
test "cdp.page: captureScreenshot" {
|
||||
const LogFilter = @import("../../testing.zig").LogFilter;
|
||||
const filter: LogFilter = .init(.not_implemented);
|
||||
defer filter.deinit();
|
||||
|
||||
var ctx = testing.context();
|
||||
defer ctx.deinit();
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user