提交 5fbb6668 编写于 作者: F fjr

111

Signed-off-by: Nfjr <fujiarui6@huawei.com>
上级 bcd930a6
...@@ -12,9 +12,10 @@ ...@@ -12,9 +12,10 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
import notification from '@system.notification' import notification from '@system.notification'
import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from 'deccjsunit/index' import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from 'deccjsunit/index'
describe('ActsNotificationShowTest', function () { describe('ActsNotificationShowTest', function () {
console.info("===========ActsNotificationShowTest start====================>"); console.info("===========ActsNotificationShowTest start====================>");
...@@ -243,6 +244,4 @@ describe('ActsNotificationShowTest', function () { ...@@ -243,6 +244,4 @@ describe('ActsNotificationShowTest', function () {
console.log('===========ActsNotificationShowTest_1000 success====================>' + con.contentTitle + con.clickAction.bundleName + con.clickAction.abilityName + con.clickAction.uri); console.log('===========ActsNotificationShowTest_1000 success====================>' + con.contentTitle + con.clickAction.bundleName + con.clickAction.abilityName + con.clickAction.uri);
done(); done();
}) })
}) })
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册