提交 f4175da9 编写于 作者: R renhongwei

add device doce

Signed-off-by: Nrenhongwei <renhongwei9@huawei.com>
上级 75a923cb
......@@ -265,6 +265,11 @@ export default function ImageReceiver() {
done();
} else {
try {
var error = receiver.checkDeviceTest;
if (DEVICE_CODE == error) {
expect(error == DEVICE_CODE).assertTrue();
done();
}
receiver.on(param, () => {
expect(false).assertTrue();
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册