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

!6404 系统事件与应用事件错误码用例补充

Merge pull request !6404 from chenxuihui/master
...@@ -13,6 +13,8 @@ ...@@ -13,6 +13,8 @@
* limitations under the License. * limitations under the License.
*/ */
import HiAppEventSubTest from './HiAppEventSub.test.js' import HiAppEventSubTest from './HiAppEventSub.test.js'
import HiAppEventSubSecondTest from './HiAppEventSubSecond.test.js'
export default function testsuite() { export default function testsuite() {
HiAppEventSubTest() HiAppEventSubTest()
HiAppEventSubSecondTest()
} }
...@@ -13,6 +13,8 @@ ...@@ -13,6 +13,8 @@
* limitations under the License. * limitations under the License.
*/ */
import hiSysEventJsTest from './HiSysEvent.test.js' import hiSysEventJsTest from './HiSysEvent.test.js'
import hiSysEventJsSecondTest from './HiSysEventSecond.test.js'
export default function testsuite() { export default function testsuite() {
hiSysEventJsTest() hiSysEventJsTest()
hiSysEventJsSecondTest()
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册