Skip to content

Commit

Permalink
Fix lintg
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Jun 14, 2024
1 parent 4f22f04 commit 53f10b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/utils/options/readers/typedoc.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 53f10b8

Please sign in to comment.