feat(testing): Added a comprehensive test suite for the PortProxy class

This commit is contained in:
2025-02-04 01:24:37 +01:00
parent 7389072841
commit e5db2e171c
3 changed files with 127 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-02-04 - 3.2.0 - feat(testing)
Added a comprehensive test suite for the PortProxy class
- Set up a test environment for PortProxy using net.Server.
- Test coverage includes starting and stopping the proxy, handling TCP connections, concurrent connections, and timeouts.
- Ensures proper resource cleanup after tests.
## 2025-02-04 - 3.1.4 - fix(core)
No uncommitted changes. Preparing for potential minor improvements or bug fixes.