You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exports[`unit:internal/takeVisible > should return longest substring that fits into \`columns\` (["\\u001b[1m🦄🦾🚀\\u001b[22m", "1"]) 1`] =`"\\u001b[1m🦄"`;
4
+
5
+
exports[`unit:internal/takeVisible > should return longest substring that fits into \`columns\` (["\\u001b[4m0123456789\\u001b[24m", 3]) 1`] =`"\\u001b[4m012"`;
6
+
7
+
exports[`unit:internal/takeVisible > should return longest substring that fits into \`columns\` (["\\u001b[32mdog\\u001b[39m", "1"]) 1`] =`"\\u001b[32md"`;
8
+
9
+
exports[`unit:internal/takeVisible > should return longest substring that fits into \`columns\` (["\\u001b[32mhello\\u001b[39mworld", "5"]) 1`] =`"\\u001b[32mhello\\u001b[39m"`;
10
+
3
11
exports[`unit:internal/takeVisible > should return longest substring that fits into \`columns\` (["0123456789", "3"]) 1`] =`"012"`;
4
12
5
13
exports[`unit:internal/takeVisible > should return longest substring that fits into \`columns\` (["🦄🦾🚀", 1]) 1`] =`"🦄"`;
exports[`unit:internal/takeVisible > should return longest substring that fits into \`columns\` (["\\u001b[1m🦄🦾🚀\\u001b[22m", "1"]) 1`] =`"\\u001b[1m🦄"`;
4
+
5
+
exports[`unit:internal/takeVisible > should return longest substring that fits into \`columns\` (["\\u001b[4m0123456789\\u001b[24m", 3]) 1`] =`"\\u001b[4m012"`;
6
+
7
+
exports[`unit:internal/takeVisible > should return longest substring that fits into \`columns\` (["\\u001b[32mdog\\u001b[39m", "1"]) 1`] =`"\\u001b[32md"`;
8
+
9
+
exports[`unit:internal/takeVisible > should return longest substring that fits into \`columns\` (["\\u001b[32mhello\\u001b[39mworld", "5"]) 1`] =`"\\u001b[32mhello\\u001b[39m"`;
10
+
3
11
exports[`unit:internal/takeVisible > should return longest substring that fits into \`columns\` (["0123456789", "3"]) 1`] =`"012"`;
4
12
5
13
exports[`unit:internal/takeVisible > should return longest substring that fits into \`columns\` (["🦄🦾🚀", 1]) 1`] =`"🦄"`;
0 commit comments