blob: 354f002b57385e6ab4be154088a721bbfede6374 [file] [log] [blame] [edit]
//@ skip if $model == "Apple Watch Series 3" # added by mark-jsc-stress-test.py
const array = [];
for (let i = 0; i < 100; ++i)
array.push(new Array(1e4).join('—' + i).slice(1));