fix(testing): Fixed Cloudly testing setup and dependencies

This commit is contained in:
2024-11-06 03:56:46 +01:00
parent da0dddcceb
commit 15ea5adec6
9 changed files with 505 additions and 192 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2024-11-06 - 4.3.4 - fix(testing)
Fixed Cloudly testing setup and dependencies
- Updated devDependency @push.rocks/tapbundle version from ^5.3.0 to ^5.4.3 in package.json.
- Updated devDependency @push.rocks/npmextra version from ^5.1.1 to ^5.1.2 in package.json.
- Improved the Cloudly test suite setup to ensure proper initialization of MongoDB and S3 services.
- Ensured asynchronous stopping and cleanup of MongoDB and S3 services post-test execution.
## 2024-11-05 - 4.3.3 - fix(core)
Fix configuration initialization by accepting a config argument