提交 510541ee 编写于 作者: Y yaocui

remove afterEach

Signed-off-by: Nyaocui <yaocui2@h-partners.com>
上级 2c02baad
......@@ -26,16 +26,6 @@ export default function windowPromiseTest(context, windowStage, abilityStorage)
console.log('describe window_api_test start!!!')
const TRUE_FLAG = true;
beforeAll(function () {
})
beforeEach(function () {
})
afterEach(async function (done) {
})
afterAll(function () {
})
function unexpectedError(error, caseName, apiName, done) {
let msgStr = 'jsunittest ' + caseName + ' ' + apiName + ' failed, err: ';
console.log(msgStr + JSON.stringify(error));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册