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

This commit is contained in:
Philipp Kunz 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.

View File

@ -3,7 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@losslessone_private/nullresolve', name: '@losslessone_private/nullresolve',
version: '1.0.29', version: '1.0.30',
description: description: 'servezone service. the null service takes care of handling requests and giving feedback for those that would otherwise not be served.'
'servezone service. the null service takes care of handling requests and giving feedback for those that would otherwise not be served.', }
};