mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 23:23:28 +00:00
async: use std http client with loop
This commit is contained in:
@@ -94,6 +94,11 @@ pub fn main() !void {
|
||||
}
|
||||
}
|
||||
|
||||
test {
|
||||
const TestAsync = @import("async/test.zig");
|
||||
std.testing.refAllDecls(TestAsync);
|
||||
}
|
||||
|
||||
test "jsruntime" {
|
||||
// generate tests
|
||||
try generate.tests();
|
||||
|
||||
Reference in New Issue
Block a user