Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
futurGH committed Oct 16, 2022
1 parent 3badd68 commit c0b4420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/utils/options/default-options.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ describe("Default Options", () => {
it("Should disallow non-strings", () => {
throws(() =>
opts.setValue("navigationLinks", {
"Home": true as any as string,
Home: true as any as string,
})
);
});
Expand All @@ -131,7 +131,7 @@ describe("Default Options", () => {
it("Should disallow non-strings", () => {
throws(() =>
opts.setValue("sidebarLinks", {
"Home": true as any as string,
Home: true as any as string,
})
);
});
Expand Down

0 comments on commit c0b4420

Please sign in to comment.