From 468148ceb229cb31c7e2a6338981fe2dcfba1542 Mon Sep 17 00:00:00 2001 From: James Date: Wed, 6 Mar 2024 12:28:04 -0500 Subject: [PATCH] chore: fixes jest config to esm --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 5cb3c4125..b28564341 100644 --- a/jest.config.js +++ b/jest.config.js @@ -22,4 +22,4 @@ const customJestConfig = { } // module.exports = createJestConfig(customJestConfig) -module.exports = customJestConfig +export default customJestConfig