Commit f994be3
committed
fix: Override default workspace ignore list in TestQueryLimit
The default config includes /tmp in the ignored workspaces list.
TestQueryLimit was using tempDir (which is /tmp on Linux) but
not overriding this default, causing all edits to be ignored.
Added explicit [workpaces] section with empty tracked and ignored
lists to the test config to ensure edits are not filtered out.1 parent e7a4571 commit f994be3
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
261 | 265 | | |
262 | 266 | | |
263 | 267 | | |
| |||
0 commit comments