From 9846bda2227644e1cea4e278f147022ef681ed77 Mon Sep 17 00:00:00 2001 From: Shubham Waje Date: Fri, 10 Feb 2023 17:09:48 +0530 Subject: [PATCH] Change config fileName property in test --- __tests__/utils.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/utils.test.tsx b/__tests__/utils.test.tsx index 197be42..8c469ea 100644 --- a/__tests__/utils.test.tsx +++ b/__tests__/utils.test.tsx @@ -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,