Commit 76a6924
committed
fix(sdk): add mock handlers for ignore files in initial-session-state test
The test "discovers project files automatically when projectFiles is undefined"
was failing because the mock filesystem did not handle .codebuffignore and
.manicodeignore files that are checked during project file discovery.
Added mock handlers in both readFile and exists methods.1 parent 168751f commit 76a6924
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
30 | 36 | | |
31 | 37 | | |
32 | 38 | | |
| |||
62 | 68 | | |
63 | 69 | | |
64 | 70 | | |
| 71 | + | |
| 72 | + | |
65 | 73 | | |
66 | 74 | | |
67 | 75 | | |
| |||
0 commit comments