Skip to content

Commit

Permalink
Putting jest preset back to test breaking tests
Browse files Browse the repository at this point in the history
  • Loading branch information
priyeshshah11 committed Mar 1, 2023
1 parent dc4c304 commit a8877de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
const testFileExtension = '[jt]s?(x)';
module.exports = {
// TODO: change this back to preset: 'react-native' once we are able fix the tests on React Native >= 0.71.2
preset: '@testing-library/react-native',
testMatch: [
`<rootDir>/tests/ui/**/*.${testFileExtension}`,
`<rootDir>/tests/unit/**/*.${testFileExtension}`,
Expand Down

0 comments on commit a8877de

Please sign in to comment.