flatten events, include aarch + os, remove eid

This commit is contained in:
Karl Seguin
2025-03-05 22:57:41 +08:00
parent 6b83281539
commit cd33a089d1
6 changed files with 124 additions and 199 deletions

View File

@@ -263,7 +263,7 @@ const TestContext = struct {
pub fn context() TestContext {
return .{
.app = App.init(std.testing.allocator) catch unreachable,
.app = App.init(std.testing.allocator, .serve) catch unreachable,
.arena = std.heap.ArenaAllocator.init(std.testing.allocator),
};
}