Skip to content

Commit

Permalink
Update testloader.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gnh1201 committed Sep 25, 2024
1 parent 7389131 commit ed3b631
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testloader.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
};

Expand Down

0 comments on commit ed3b631

Please sign in to comment.