fix(test): Added basic test for NullResolve instance creation, start, and stop.

This commit is contained in:
2024-12-26 00:29:34 +01:00
parent d7c8972072
commit fac78eb9ef
2 changed files with 12 additions and 4 deletions

9
changelog.md Normal file
View File

@@ -0,0 +1,9 @@
# Changelog
## 2024-12-26 - 1.0.30 - fix(test)
Added basic test for NullResolve instance creation, start, and stop.
- Implemented a test to ensure NullResolve can be instantiated, started, and stopped without errors.
## 2024-12-26 - 1.0.29 - Initial Release
Initial release of the project.