Skip to content

Commit

Permalink
chore(tests): jest integration
Browse files Browse the repository at this point in the history
  • Loading branch information
jsamr committed Jul 13, 2020
1 parent 20fee51 commit 315eed3
Show file tree
Hide file tree
Showing 6 changed files with 12,733 additions and 2 deletions.
3 changes: 3 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
presets: ['module:metro-react-native-babel-preset'],
};
17 changes: 17 additions & 0 deletions metro.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/**
* Metro configuration for React Native
* https://github.com/facebook/react-native
*
* @format
*/

module.exports = {
transformer: {
getTransformOptions: async () => ({
transform: {
experimentalImportSupport: false,
inlineRequires: false,
},
}),
},
};
Loading

0 comments on commit 315eed3

Please sign in to comment.