test(plugins): add test cases for loading manifest data

This commit is contained in:
Yassine Doghri 2024-05-28 15:57:04 +00:00
commit e2a90def88
17 changed files with 436 additions and 45 deletions

View file

@ -33,7 +33,11 @@
},
"json.schemas": [
{
"fileMatch": ["plugins/**/manifest.json"],
"fileMatch": [
"plugins/**/manifest.json",
"tests/modules/Plugins/Mocks/manifests/*.json",
"tests/modules/Plugins/Mocks/plugins/**/manifest.json"
],
"url": "/workspaces/castopod/modules/Plugins/Manifest/manifest.schema.json"
}
]