From 1145d8a5e6d1dfe216d1fa97ee6fbffbb505f34f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=82=96=E5=8F=AF?= Date: Tue, 8 Feb 2022 09:30:33 +0000 Subject: [PATCH] update miscservices/TimerTest_js/src/main/js/default/test/SystemTimerJsunit.test.js. Signed-off-by: xiaoke18 --- .../src/main/js/default/test/SystemTimerJsunit.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/miscservices/TimerTest_js/src/main/js/default/test/SystemTimerJsunit.test.js b/miscservices/TimerTest_js/src/main/js/default/test/SystemTimerJsunit.test.js index a83bd287c..1afc33720 100644 --- a/miscservices/TimerTest_js/src/main/js/default/test/SystemTimerJsunit.test.js +++ b/miscservices/TimerTest_js/src/main/js/default/test/SystemTimerJsunit.test.js @@ -964,7 +964,7 @@ describe('TimerTest', function() { console.log('SUB_systemTimer_Timer_JS_API_2800 end'); }); -#if 0 + /** * @tc.number SUB_systemTimer_Timer_JS_API_2900 * @tc.name Test systemTimer.Timer type = TIMER_TYPE_IDLE @@ -997,7 +997,7 @@ describe('TimerTest', function() { expect(destroyTimerRes).assertEqual(true) console.log('SUB_systemTimer_Timer_JS_API_2900 end'); }); -#endif + /** * @tc.number SUB_systemTimer_Timer_JS_API_3000 -- GitLab