From 55229776c0f84e06506cce7d7c07ab64a575d2fe Mon Sep 17 00:00:00 2001 From: "Rodney, Tiara" Date: Fri, 25 Apr 2025 16:21:29 +0200 Subject: [PATCH] chore: migrate jest config to esm --- jest.config.js => jest.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename jest.config.js => jest.config.mjs (93%) diff --git a/jest.config.js b/jest.config.mjs similarity index 93% rename from jest.config.js rename to jest.config.mjs index fc73172..0f08742 100644 --- a/jest.config.js +++ b/jest.config.mjs @@ -1,5 +1,5 @@ /** @type {import('ts-jest').JestConfigurationWithTsJest} **/ -module.exports = { +export default { testEnvironment: "node", transform: { "^.+.tsx?$": [