diff --git a/test/src/Validator.test.ts b/test/src/Validator.test.ts index 74aa909e..03095c86 100644 --- a/test/src/Validator.test.ts +++ b/test/src/Validator.test.ts @@ -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; }