Skip to content

Commit c0b4420

Browse files
committed
lint
1 parent 3badd68 commit c0b4420

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/utils/options/default-options.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ describe("Default Options", () => {
117117
it("Should disallow non-strings", () => {
118118
throws(() =>
119119
opts.setValue("navigationLinks", {
120-
"Home": true as any as string,
120+
Home: true as any as string,
121121
})
122122
);
123123
});
@@ -131,7 +131,7 @@ describe("Default Options", () => {
131131
it("Should disallow non-strings", () => {
132132
throws(() =>
133133
opts.setValue("sidebarLinks", {
134-
"Home": true as any as string,
134+
Home: true as any as string,
135135
})
136136
);
137137
});

0 commit comments

Comments
 (0)