diff --git a/jest.config.js b/jest.config.js index c240664c1..3a4d74b40 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,4 +1,6 @@ module.exports = { + testEnvironment: '/tests/custom-environment.js', + reporters: ['default', ['/tests/custom-reporter.js', {}]], preset: 'react-native', transform: { '^.+\\.(ts|tsx)$': 'ts-jest',