fix(test): Added basic test for NullResolve instance creation, start, and stop.
This commit is contained in:
parent
d7c8972072
commit
fac78eb9ef
9
changelog.md
Normal file
9
changelog.md
Normal 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.
|
@ -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.',
|
}
|
||||||
};
|
|
||||||
|
Loading…
Reference in New Issue
Block a user