提交 5dc3acfa 编写于 作者: G Gloria

Update docs against 11248

Signed-off-by: wusongqing<wusongqing@huawei.com>
上级 d02dd0eb
......@@ -29,7 +29,7 @@ export default class UserTestRunner implements TestRunner {
onPrepare() {
console.log("Trigger onPrepare")
}
onRun(){}
onRun() {}
};
```
......@@ -47,9 +47,9 @@ Runs test cases.
```js
export default class UserTestRunner implements TestRunner {
onPrepare() {
console.log("Trigger onRun")
onPrepare() {}
onRun() {
console.log("Trigger onRun")
}
onRun(){}
};
```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册