This commit is contained in:
DaanV2
2022-07-20 21:39:24 +02:00
parent 3793fe56d2
commit 0023ba8221

View File

@@ -29,13 +29,9 @@ describe("Validate", function () {
expect(object).to.not.be.null;
});
describe("Checking refs of " + filepath, function () {
if (!object) {
return;
}
if (object) {
explore_refs(object, path.dirname(filepath));
});
}
});
});
});