Skip to content

Commit 5413e47

Browse files
author
Eric Wheeler
committed
test: remove unused mockInputContent variable
Remove unused variable declaration to appease ellipsis-dev linter requirements. Signed-off-by: Eric Wheeler <[email protected]>
1 parent c426c0f commit 5413e47

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/core/__tests__/read-file-maxReadFileLine.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jest.mock("../../integrations/misc/extract-text", () => {
2626
// Get a reference to the spy
2727
const addLineNumbersSpy = jest.requireMock("../../integrations/misc/extract-text").__addLineNumbersSpy
2828

29-
// Variable to control what content is used by the mock
30-
let mockInputContent = ""
3129
jest.mock("../../services/tree-sitter")
3230
jest.mock("isbinaryfile")
3331
jest.mock("../ignore/RooIgnoreController", () => ({

0 commit comments

Comments
 (0)