diff --git a/time/TimerTest_js/src/main/js/default/test/SystemTimerJsunit.test.js b/time/TimerTest_js/src/main/js/default/test/SystemTimerJsunit.test.js index 55ad47b26f2c9f1c0540d839b503f0675bb755d6..8999d7392f79e8fb32b3430f3ad0e3c3a7395c1f 100644 --- a/time/TimerTest_js/src/main/js/default/test/SystemTimerJsunit.test.js +++ b/time/TimerTest_js/src/main/js/default/test/SystemTimerJsunit.test.js @@ -13,7 +13,7 @@ * limitations under the License. */ -import {describe, it, expect} from 'deccjsunit/index' +import {describe, it, expect} from 'deccjsunit/index'; import systemTimer from '@ohos.systemTimer'; import WantAgent from '@ohos.wantAgent'; @@ -44,8 +44,7 @@ var wantAgentInfo = { } describe('systemTimerTest', function () { - console.info('start################################start'); - + function isIntNum(val) { return typeof val === 'number' && val % 1 === 0; }