mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-15 20:47:46 +02:00
test(plugins): add test cases for loading manifest data
This commit is contained in:
parent
014facd5a1
commit
e2a90def88
17 changed files with 436 additions and 45 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue