From ff06411c9612f076d1c75db02f5794c5e9125477 Mon Sep 17 00:00:00 2001 From: chengxingzhen Date: Sat, 5 Mar 2022 09:49:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=90=AF=E5=8A=A8=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E5=89=8D=E5=8F=B0=E5=BA=94=E7=94=A8=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chengxingzhen --- .../entry/src/main/js/test/FeatureAbilityJsunit.test.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aafwk/aafwk_standard/featureability/actsfeatureabilitytest/entry/src/main/js/test/FeatureAbilityJsunit.test.js b/aafwk/aafwk_standard/featureability/actsfeatureabilitytest/entry/src/main/js/test/FeatureAbilityJsunit.test.js index ed298ea2a..a95fa6c1b 100755 --- a/aafwk/aafwk_standard/featureability/actsfeatureabilitytest/entry/src/main/js/test/FeatureAbilityJsunit.test.js +++ b/aafwk/aafwk_standard/featureability/actsfeatureabilitytest/entry/src/main/js/test/FeatureAbilityJsunit.test.js @@ -86,6 +86,7 @@ var subscriberInfo_ACTS_GetCallingBundle_0100 = { describe('ActsFeatureAbilityTest', function () { beforeAll(function() { + /* * @tc.setup: setup invoked before all testcases */ @@ -93,6 +94,7 @@ describe('ActsFeatureAbilityTest', function () { }) afterAll(function() { + /* * @tc.teardown: teardown invoked after all testcases */ @@ -100,6 +102,7 @@ describe('ActsFeatureAbilityTest', function () { }) beforeEach(function() { + /* * @tc.setup: setup invoked before each testcases */ @@ -107,6 +110,7 @@ describe('ActsFeatureAbilityTest', function () { }) afterEach(function() { + /* * @tc.teardown: teardown invoked after each testcases */ -- GitLab