From d9d1f9108d1da194de2957794cc5b468d9d9c26f Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Wed, 13 Jul 2022 21:33:10 +0200 Subject: [PATCH] Fixing unittest --- test/src/Validator.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/src/Validator.test.ts b/test/src/Validator.test.ts index 1f4ac3bb..74aa909e 100644 --- a/test/src/Validator.test.ts +++ b/test/src/Validator.test.ts @@ -31,7 +31,6 @@ describe("Validate", function () { describe("Checking refs", function () { if (!object) { - expect.fail(); return; }