提交 0d3437d1 编写于 作者: C chenxuihui

hichecker删除冗余代码

Signed-off-by: Nchenxuihui <chenxuhui2@huawei.com>
上级 55834527
......@@ -39,13 +39,6 @@ describe('HiCheckerTest', function () {
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.name DFX_DFR_Hichecker_Interface_0100
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册