Skip to content

Commit

Permalink
Set old test runner for React Native tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Oct 18, 2021
1 parent 8c3b07a commit 44a4379
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/native/jest.config.js
Expand Up @@ -30,6 +30,7 @@ module.exports = {
'<rootDir>/' + configPath + '/enzyme.config.js',
],
testEnvironment: 'jsdom',
testRunner: 'jest-jasmine2',
testMatch: [
'**/test/*.native.[jt]s?(x)',
'<rootDir>/packages/react-native-*/**/?(*.)+(spec|test).[jt]s?(x)',
Expand Down

0 comments on commit 44a4379

Please sign in to comment.