From f14483136315458658bb5efbcced23a7146e9b0f Mon Sep 17 00:00:00 2001 From: mahaifeng Date: Fri, 30 Aug 2024 17:09:46 +0800 Subject: [PATCH] =?UTF-8?q?[array]=E5=8E=BB=E9=99=A4=E6=89=8B=E5=8A=A8?= =?UTF-8?q?=E7=94=9F=E6=88=90=E7=9A=84=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uni_modules/uts-tests/utssdk/Array.uts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uni_modules/uts-tests/utssdk/Array.uts b/uni_modules/uts-tests/utssdk/Array.uts index ede94c7..40e4bc5 100644 --- a/uni_modules/uts-tests/utssdk/Array.uts +++ b/uni_modules/uts-tests/utssdk/Array.uts @@ -146,7 +146,7 @@ export function testArray() : Result { }) }) test("find", () => { - // #TEST Array.find_1 + // #TEST Array.find_2 const array1 : number[] = [5, 12, 8, 130, 44]; const found1 = array1.find((element : number) : boolean => element > 10); console.log(found1) //12 -- GitLab