Update testloader.js

This commit is contained in:
Namhyeon Go 2024-09-25 12:10:47 +09:00
parent 7389131bdc
commit ed3b631b30

View File

@ -1001,6 +1001,11 @@ var test_implements = {
var result = worker.exec("select * from authors limit 3");
console.log(JSON.stringify(result));
}
},
// [lib/http] Proxy API services integration #143
"proxy_custom_provider": function() {
// todo
}
};