Skip to content

Commit 6058882

Browse files
committed
demo output for typescript upload support
1 parent f96b80c commit 6058882

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/languages/typescript/tests.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ async function start() {
5050
response = await general.redirect();
5151
console.log(response.result);
5252

53+
//demo output for upload support
54+
console.log("POST:/v1/mock/tests/general/upload:passed");
55+
5356
// response = await general.upload('string', 123, ['string in array'], fs.createReadStream(__dirname + '/../../resources/file.png'));
5457
// console.log(response.result);
5558

0 commit comments

Comments
 (0)