fix(test): Refactor test suite for improved readability and maintainability.

This commit is contained in:
2025-02-20 12:51:50 +00:00
parent af0f406746
commit a4d6c38a4f
5 changed files with 960 additions and 1031 deletions
+14
View File
@@ -1,5 +1,19 @@
# Changelog
## 2025-02-20 - 4.2.3 - fix(test)
Refactor test suite for improved readability and maintainability.
- Updated and cleaned up test cases for deferreds and promises.
- Reduced timeouts in tests for quicker execution.
- Added expectations for promise status and duration.
## 2025-02-20 - 4.2.3 - fix(test)
Refactor test suite for improved readability and maintainability.
- Updated and cleaned up test cases for deferreds and promises.
- Reduced timeouts in tests for quicker execution.
- Added expectations for promise status and duration.
## 2025-01-23 - 4.2.2 - fix(dependencies)
Update @git.zone/tstest and @types/node dependencies to latest versions