mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-30 15:41:48 +00:00
flatten events, include aarch + os, remove eid
This commit is contained in:
@@ -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),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user