random words generator using sjcl and first working jest unit tests
... | ... | @@ -13,7 +13,8 @@ |
"react-native-router-flux": "^3.37.0", | ||
"react-native-tabs": "^1.0.9", | ||
"react-redux": "^5.0.2", | ||
"redux": "^3.6.0" | ||
"redux": "^3.6.0", | ||
"sjcl": "^1.0.6" | ||
}, | ||
"devDependencies": { | ||
"babel-jest": "18.0.0", | ||
... | ... | @@ -24,6 +25,8 @@ |
}, | ||
"jest": { | ||
"preset": "react-native", | ||
"setupFiles": ["<rootDir>/jest-setup.js"] | ||
"setupFiles": [ | ||
"<rootDir>/jest-setup.js" | ||
] | ||
} | ||
} |
src/actions/words.spec.js
0 → 100644
Please register or sign in to comment