From 5313e6bbe36db02444adb6db8803c3fb020fbeef Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 8 Jan 2024 06:53:44 -0700 Subject: [PATCH] chore: update jest.config.js (#1834) --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index ef7939b3..b8b661b5 100644 --- a/jest.config.js +++ b/jest.config.js @@ -10,4 +10,4 @@ module.exports = { setupFiles: [ "/jest/setupEnv.cjs" ] -} +};