diff --git a/test/native/jest.config.js b/test/native/jest.config.js index 928c458147009..ed4478d9e61bf 100644 --- a/test/native/jest.config.js +++ b/test/native/jest.config.js @@ -30,6 +30,7 @@ module.exports = { '/' + configPath + '/enzyme.config.js', ], testEnvironment: 'jsdom', + testRunner: 'jest-jasmine2', testMatch: [ '**/test/*.native.[jt]s?(x)', '/packages/react-native-*/**/?(*.)+(spec|test).[jt]s?(x)',