mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
Fix preview pack smoke lint
This commit is contained in:
parent
fd7c7cf47f
commit
822ed726a8
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue