Fix preview pack smoke lint

This commit is contained in:
Affaan Mustafa 2026-05-17 15:40:29 -04:00
parent fd7c7cf47f
commit 822ed726a8

View File

@ -158,10 +158,6 @@ function safeParseJson(text) {
}
}
function includesAll(text, needles) {
return needles.every(needle => text.includes(needle));
}
function lineNumberForIndex(text, index) {
return text.slice(0, index).split('\n').length;
}