From 9dfc483fc9039864ef68c8967b4927f24e94ed80 Mon Sep 17 00:00:00 2001 From: shikai-123 Date: Tue, 22 Feb 2022 15:05:39 +0800 Subject: [PATCH] Signed-off-by: shikai-123 Modify test suite cannot test --- compileruntime/util_lib_standard/src/main/js/test/util.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/compileruntime/util_lib_standard/src/main/js/test/util.test.js b/compileruntime/util_lib_standard/src/main/js/test/util.test.js index fdd13b1bf..5619d251d 100644 --- a/compileruntime/util_lib_standard/src/main/js/test/util.test.js +++ b/compileruntime/util_lib_standard/src/main/js/test/util.test.js @@ -968,7 +968,6 @@ describe('ScopeTest', function () { */ it('testGetLower001', 0, function () { var result = range.getLower() - console.info('testGetLower001 type' + typeof(result)) expect(result.toString()).assertEqual('30') }) -- GitLab