Skip to content

Commit

Permalink
fix jest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavlo Aksonov committed Feb 27, 2017
1 parent 6526529 commit 4f91ad5
Show file tree
Hide file tree
Showing 3 changed files with 441 additions and 1,624 deletions.
16 changes: 11 additions & 5 deletions Example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,27 @@
},
"dependencies": {
"clamp": "^1.0.1",
"react": "15.3.1",
"react-native": "0.37.0",
"react": "15.4.2",
"react-native": "^0.41.2",
"react-native-button": "github:ide/react-native-button",
"react-native-drawer": "^2.2.2",
"react-native-router-flux": "file:../"
"react-native-router-flux": "^3.37"
},
"devDependencies": {
"babel-jest": "^17.0.2",
"babel-preset-react-native": "^1.9.0",
"jest": "17.0.3",
"jest-react-native": "17.0.3",
"jest-react-native": "^18.0.0",
"react-test-renderer": "15.3.0",
"sane": "^1.4.1"
},
"jest": {
"preset": "jest-react-native"
"preset": "react-native",
"testRegex": "./test/[^setup].*.js$",
"mocksPattern": "./test/mocks/.*.js$",
"transformIgnorePatterns": ["node_modules/(?!react-native|native-base|react-clone-referenced-element)"],
"setupFiles": [
"./test/setup.js"
]
}
}
Loading

0 comments on commit 4f91ad5

Please sign in to comment.