diff --git a/uni_modules/uts-tests/utssdk/Array.uts b/uni_modules/uts-tests/utssdk/Array.uts index eed68566ce9f69765e37bcb7719f44315b363376..67159873a50e07ab548722083aa656f5309102e7 100644 --- a/uni_modules/uts-tests/utssdk/Array.uts +++ b/uni_modules/uts-tests/utssdk/Array.uts @@ -188,7 +188,7 @@ export function testArray(): Result { const s = JSON.parse
(JSON.stringify([{ x: 0, y: 0 }])) as P[] s[0].x += 0; const clearList = s.map((v : P, _, _a) : number => v.x) - expect(clearList.includes(0)).toEqual(true);e); + expect(clearList.includes(0)).toEqual(true); // #endif // #ifdef APP-IOS const s = JSON.parse
(JSON.stringify([{ x: 0, y: 0 }])!) as P[]