diff --git a/src/run_tests.zig b/src/run_tests.zig index a56d76dd..8a5be4a5 100644 --- a/src/run_tests.zig +++ b/src/run_tests.zig @@ -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 {