wrapper-manager-fds/tests: add configs in default test suite

This commit is contained in:
Gabriel Arazas 2024-08-01 12:08:18 +08:00
parent 03e29feec5
commit 0bb4708145

View File

@ -23,4 +23,5 @@ in
''
yajsv -s "${./lib/tests.schema.json}" "$testDataPath" && touch $out || jq . "$testDataPath"
'';
configs = import ./configs { inherit pkgs; };
}