fix(tests): Update dev dependencies and refactor test assertions for improved clarity

This commit is contained in:
2025-05-19 09:15:42 +00:00
parent 771bfe94e7
commit 7c88ecd82a
8 changed files with 656 additions and 1656 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2025-05-19 - 4.0.2 - fix(tests)
Update dev dependencies and refactor test assertions for improved clarity
- Bumped @git.zone/tsbuild version to ^2.5.1
- Bumped @git.zone/tstest version to ^1.9.0
- Updated npm test script to include the verbose flag
- Replaced expectAsync assertions with resolves based assertions in test files
## 2025-05-03 - 4.0.1 - fix(formatting)
Fix minor formatting issues and newline consistency across project files