Commit 09cb231
committed
test(fs): unskip glob ignore pattern tests
The glob matcher pattern complexity issues have been resolved.
Both tests now pass successfully:
1. isDirEmptySync with ignore patterns - tests that .git directories
are properly ignored when checking if a directory is empty
2. readDirNames with ignore patterns and includeEmpty: false - tests
that directories containing only ignored files are excluded
Test results:
- isDirEmptySync ignore test: passing
- readDirNames ignore + includeEmpty test: passing
All 107 tests in test/fs.test.ts now run without skips.1 parent a8697b2 commit 09cb231
1 file changed
+2
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
| 300 | + | |
304 | 301 | | |
305 | 302 | | |
306 | 303 | | |
| |||
435 | 432 | | |
436 | 433 | | |
437 | 434 | | |
438 | | - | |
439 | | - | |
440 | | - | |
441 | | - | |
| 435 | + | |
442 | 436 | | |
443 | 437 | | |
444 | 438 | | |
| |||
0 commit comments