This commit is contained in:
Michel Roegl-Brunner 2025-03-13 15:52:52 +01:00
parent a19e7b1849
commit 3dd5e3c4f1

View File

@ -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);
}); });