This commit is contained in:
DaanV2
2022-07-20 21:37:32 +02:00
parent 73f94a7d7d
commit 3793fe56d2

View File

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