From 5fbb6668eb13fd49631c8e6621d988ad6de6b60d Mon Sep 17 00:00:00 2001 From: fjr Date: Wed, 27 Apr 2022 14:08:48 +0800 Subject: [PATCH] 111 Signed-off-by: fjr --- .../entry/src/main/js/test/ActsNotificationShowTest.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/notification/ans_standard/actsnotificationshow/entry/src/main/js/test/ActsNotificationShowTest.js b/notification/ans_standard/actsnotificationshow/entry/src/main/js/test/ActsNotificationShowTest.js index 8f985843a..76206769b 100644 --- a/notification/ans_standard/actsnotificationshow/entry/src/main/js/test/ActsNotificationShowTest.js +++ b/notification/ans_standard/actsnotificationshow/entry/src/main/js/test/ActsNotificationShowTest.js @@ -12,9 +12,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + + import notification from '@system.notification' import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from 'deccjsunit/index' - describe('ActsNotificationShowTest', function () { console.info("===========ActsNotificationShowTest start====================>"); @@ -243,6 +244,4 @@ describe('ActsNotificationShowTest', function () { console.log('===========ActsNotificationShowTest_1000 success====================>' + con.contentTitle + con.clickAction.bundleName + con.clickAction.abilityName + con.clickAction.uri); done(); }) - - }) -- GitLab