Skip to content

Commit

Permalink
update jest preset (#15)
Browse files Browse the repository at this point in the history
* chore: small code format

* chore: use default react-native preset
  • Loading branch information
likern authored Mar 12, 2021
1 parent d3e96d8 commit 133d6c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
preset: '@testing-library/react-native',
preset: 'react-native',
roots: ['<rootDir>/tests'],
modulePathIgnorePatterns: ['<rootDir>/examples']
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@
"github": {
"release": false
}
}
}
}

0 comments on commit 133d6c0

Please sign in to comment.