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 8f985843a59cda6a607df64bd03ac8661b5e1497..76206769bb19987e5e05e22006cf21917f512646 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(); }) - - })