未验证 提交 ec46326b 编写于 作者: O openharmony_ci 提交者: Gitee

!7124 hichecker测试用例删除冗余代码

Merge pull request !7124 from chenxuihui/master
...@@ -39,13 +39,6 @@ describe('HiCheckerTest', function () { ...@@ -39,13 +39,6 @@ describe('HiCheckerTest', function () {
console.info('HiCheckerTest afterEach called') console.info('HiCheckerTest afterEach called')
}) })
async function msleep(time) {
let promise = new Promise((resolve, reject) => {
setTimeout(() => resolve("done!"), time)
});
let result = await promise;
}
/** /**
* @tc.number * @tc.number
* @tc.name DFX_DFR_Hichecker_Interface_0100 * @tc.name DFX_DFR_Hichecker_Interface_0100
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册