Skip to content

Commit 3722796

Browse files
committed
fix: update test expectation to match new showRooIgnoredFiles default value
The PR changed the default value of showRooIgnoredFiles from true to false, so the test needs to expect false instead of true when calling formatFilesList.
1 parent e232dac commit 3722796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/environment/__tests__/getEnvironmentDetails.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ describe("getEnvironmentDetails", () => {
173173
["file1.ts", "file2.ts"],
174174
false,
175175
mockCline.rooIgnoreController,
176-
true,
176+
false,
177177
)
178178
})
179179

0 commit comments

Comments
 (0)