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 7009462c3c
commit 2b7adc7fa4
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

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