提交 51418f5c 编写于 作者: taohebin@dcloud.io's avatar taohebin@dcloud.io

update: 去除网络相关测试例中的log,可能影响自动化测试时间

上级 76a448b9
......@@ -140,11 +140,9 @@
// #ifdef APP
testInovkeDownloadFile({
success:(res: any)=>{
console.log("success :", res);
this.jest_result = true
},
fail:(err: any)=>{
console.log("fail :", err);
this.jest_result = false
}
} as CommonOptions)
......@@ -155,7 +153,6 @@
url: "https://web-ext-storage.dcloud.net.cn/hello-uni-app-x/1789834995055525889-你好%23你好.png",
success: (res: DownloadFileSuccess) => {
this.jest_result = true;
console.log("res :", res);
},
fail: () => {
this.jest_result = false;
......
......@@ -206,11 +206,9 @@
// #ifdef APP
testInovkeUploadFile({
success: (res : any) => {
console.log("success :", res);
this.jest_result = true
},
fail: (err : any) => {
console.log("fail :", err);
this.jest_result = false
}
} as CommonOptions)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册