diff --git a/boilerplate/jest.config.js b/boilerplate/jest.config.js index 49c06bde8..426d6adc4 100644 --- a/boilerplate/jest.config.js +++ b/boilerplate/jest.config.js @@ -25,7 +25,6 @@ module.exports = { "jest-runner", ], testPathIgnorePatterns: ["/node_modules/", "/.maestro/", "@react-native"], - testEnvironment: "jsdom", setupFiles: ["/test/setup.ts"], transform:{ '^.+\\.test.tsx?$': ['ts-jest', {