WF
This commit is contained in:
parent
a19e7b1849
commit
3dd5e3c4f1
@ -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);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user