Skip to content

Commit

Permalink
Change config fileName property in test
Browse files Browse the repository at this point in the history
  • Loading branch information
wajeshubham committed Feb 10, 2023
1 parent a07afb1 commit 9846bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/utils.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const mockJSON = {
snippetsName: "",
editorFontSize: 16,
editorWindowControlsType: "mac-left" as const,
fileName: "@utils/wfwfer.ts",
fileName: "@utils/debounce.ts",
hasDropShadow: true,
lineHeight: 19,
paddingHorizontal: 70,
Expand Down

0 comments on commit 9846bda

Please sign in to comment.