From 44a4379b08bfe9a482fa02715fad00145186db5e Mon Sep 17 00:00:00 2001 From: Grzegorz Ziolkowski Date: Mon, 18 Oct 2021 16:36:04 +0200 Subject: [PATCH] Set old test runner for React Native tests --- test/native/jest.config.js | 1 + 1 file changed, 1 insertion(+) 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)',