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?$": [