fix(tests/settings): Improve test assertions and update local settings permissions

This commit is contained in:
2025-05-21 13:26:29 +00:00
parent a9660eda9a
commit fda1543701
4 changed files with 11 additions and 9 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-05-21 - 11.2.2 - fix(tests/settings)
Improve test assertions and update local settings permissions
- Refactor StreamFile tests to assert content string type using toBeTypeofString
- Update file existence tests to use resolves.toBeTrue and resolves.toBeFalse for cleaner promise handling
- Add .claude/settings.local.json to allow specific Bash permissions for pnpm test commands
## 2025-05-21 - 11.2.1 - fix(fs)
Fix inconsistent glob matching in listFileTree and update test imports and dependency versions for enhanced stability.