提交 fc47c92f 编写于 作者: O openharmony_ci 提交者: Gitee

!553 account和miscservices问题修改

Merge pull request !553 from 舒雄/master
......@@ -31,6 +31,9 @@ export default {
// const instrumentLog = new InstrumentLog({
// 'id': 'report'
// })
const expectExtend = new ExpectExtend({
'id': 'extend'
})
core.addService('expect', expectExtend)
// core.addService('report', instrumentLog)
core.init()
......
......@@ -17,6 +17,9 @@ import app from '@system.app'
//import {Core, ExpectExtend, ReportExtend, InstrumentLog} from 'deccjsunit/index'
import {Core, ExpectExtend} from 'deccjsunit/index'
const injectRef = Object.getPrototypeOf(global) || global
injectRef.regeneratorRuntime = require('@babel/runtime/regenerator')
export default {
data: {
title: ""
......
......@@ -21,12 +21,12 @@ _all_test_packages = [
"${ACTS_ROOT}/barrierfree:barrierfree",
# "${ACTS_ROOT}/telephony:telephony",
# "${ACTS_ROOT}/appexecfwk:appexecfwk",
# "${ACTS_ROOT}/account:account",
"${ACTS_ROOT}/account:account",
# "${ACTS_ROOT}/communication:communication",
#"${ACTS_ROOT}/notification:notification",
# "${ACTS_ROOT}/aafwk:aafwk",
"${ACTS_ROOT}/location:location",
# "${ACTS_ROOT}/miscservices:miscservices",
"${ACTS_ROOT}/miscservices:miscservices",
# "${ACTS_ROOT}/powermgr:powermgr",
"${ACTS_ROOT}/startup:startup",
"${ACTS_ROOT}/sensors:sensors",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册