Updated
This commit is contained in:
@@ -29,13 +29,9 @@ describe("Validate", function () {
|
|||||||
expect(object).to.not.be.null;
|
expect(object).to.not.be.null;
|
||||||
});
|
});
|
||||||
|
|
||||||
describe("Checking refs of " + filepath, function () {
|
if (object) {
|
||||||
if (!object) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
explore_refs(object, path.dirname(filepath));
|
explore_refs(object, path.dirname(filepath));
|
||||||
});
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user