tests: additional tests for bugfix (#4354)

This commit is contained in:
Arkoniak
2025-08-13 10:13:46 +03:00
parent 5ac28f3947
commit 691e66a7fd
5 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{
"include": ["modules/*.jsonc"],
"position": "top",
"nullOption": null
}

View File

@ -0,0 +1,5 @@
{
"include": ["test/config/modules/*.jsonc"],
"position": "top",
"nullOption": null
}

View File

@ -0,0 +1,6 @@
{
"cpu": {
"interval": 2,
"format": "goo"
}
}

View File

@ -0,0 +1,6 @@
{
"memory": {
"interval": 2,
"format": "foo",
}
}