test: validate configuration load

This commit is contained in:
Aleksei Bavshin
2021-08-13 18:50:36 -07:00
parent 6eba62f060
commit 9f3b34e4d9
6 changed files with 117 additions and 0 deletions

4
test/config/include.json Normal file
View File

@ -0,0 +1,4 @@
{
"include": ["test/config/include-1.json", "test/config/include-2.json"],
"position": "top"
}