diff --git a/uni_modules/uts-tests/utssdk/Array.uts b/uni_modules/uts-tests/utssdk/Array.uts index 6da9f525ec04e333e162a44d10f46a0c68054a2d..100edfca8ad4e2cb870015d265e7da8150222298 100644 --- a/uni_modules/uts-tests/utssdk/Array.uts +++ b/uni_modules/uts-tests/utssdk/Array.uts @@ -674,6 +674,13 @@ export function testArray() : Result { // Expected output: false // #END }) + //示例 + test("sample_create", () => { + // #TEST Array.sampleCreate + const fruits = ['Apple', 'Banana'] + console.log(fruits.length) + // #END + }) }) } \ No newline at end of file