未验证 提交 276737bd 编写于 作者: 范晓兵 提交者: Gitee

update time/TimerTest_js/src/main/js/default/test/SystemTimerJsunit.test.js.

Signed-off-by: N范晓兵 <fanxiaobing2@huawei.com>
上级 9e061cf6
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
* limitations under the License. * limitations under the License.
*/ */
import {describe, it, expect} from 'deccjsunit/index' import {describe, it, expect} from 'deccjsunit/index';
import systemTimer from '@ohos.systemTimer'; import systemTimer from '@ohos.systemTimer';
import WantAgent from '@ohos.wantAgent'; import WantAgent from '@ohos.wantAgent';
...@@ -44,8 +44,7 @@ var wantAgentInfo = { ...@@ -44,8 +44,7 @@ var wantAgentInfo = {
} }
describe('systemTimerTest', function () { describe('systemTimerTest', function () {
console.info('start################################start');
function isIntNum(val) { function isIntNum(val) {
return typeof val === 'number' && val % 1 === 0; return typeof val === 'number' && val % 1 === 0;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册