zig build test --json to get duration/memory stats

This commit is contained in:
Karl Seguin
2025-04-15 18:49:39 +08:00
parent 5816443ad3
commit 180359e148
31 changed files with 134 additions and 36 deletions

View File

@@ -361,7 +361,7 @@ pub const Element = struct {
const testing = @import("../../testing.zig");
test "Browser.DOM.Element" {
var runner = try testing.jsRunner(testing.allocator, .{});
var runner = try testing.jsRunner(testing.tracking_allocator, .{});
defer runner.deinit();
try runner.testCases(&.{