cdp: add msg tests into zig build test

This commit is contained in:
Pierre Tachoire
2024-11-12 11:07:56 +01:00
parent 82c37fc71b
commit 5094942560

View File

@@ -321,6 +321,8 @@ test {
const queryTest = @import("url/query.zig");
std.testing.refAllDecls(queryTest);
std.testing.refAllDecls(@import("cdp/msg.zig"));
}
fn testJSRuntime(alloc: std.mem.Allocator) !void {