mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 13:45:54 +00:00
WF
This commit is contained in:
@@ -20,6 +20,8 @@ describe.each(fileNames)("%s", async (fileName) => {
|
|||||||
script = JSON.parse(fileContent);
|
script = JSON.parse(fileContent);
|
||||||
})
|
})
|
||||||
|
|
||||||
|
if (fileName === "versions.json") return;
|
||||||
|
|
||||||
it("should have valid json according to script schema", () => {
|
it("should have valid json according to script schema", () => {
|
||||||
ScriptSchema.parse(script);
|
ScriptSchema.parse(script);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user