From 53f10b8b1d4ac55d68c9fb5ed305d0e1f5e97a23 Mon Sep 17 00:00:00 2001 From: Gerrit Birkeland Date: Fri, 14 Jun 2024 16:07:00 -0600 Subject: [PATCH] Fix lintg --- src/test/utils/options/readers/typedoc.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/utils/options/readers/typedoc.test.ts b/src/test/utils/options/readers/typedoc.test.ts index a3a4a34f2..c1646de9c 100644 --- a/src/test/utils/options/readers/typedoc.test.ts +++ b/src/test/utils/options/readers/typedoc.test.ts @@ -166,7 +166,6 @@ describe("Options - TypeDocReader", () => { options.addReader(new TypeDocReader()); await options.read(logger); equal(logger.hasErrors(), false); - }); it("Handles errors when reading config files", async () => {