blob: 72c5cc4966b261d5fcdf710c64d30bdc5f76939d [file] [log] [blame]
//@ 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));