Skip to content

Instantly share code, notes, and snippets.

@DZuz14
Created June 27, 2017 17:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DZuz14/f582f089c16ca1366cbc6c57cb2b70fd to your computer and use it in GitHub Desktop.
Save DZuz14/f582f089c16ca1366cbc6c57cb2b70fd to your computer and use it in GitHub Desktop.
Jest/Enzyme Dependencies
{
"name": "dz-jest-boiler",
"version": "0.1.0",
"description": "Test React Component with Jest and Enzyme",
"main": "server.js",
"scripts": {
"test": "jest --verbose",
"dev": "webpack-dev-server"
},
"author": "Daniel Zuzevich",
"license": "ISC",
"dependencies": {
"react": "^15.6.1",
"react-dom": "^15.6.1"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"enzyme": "^2.9.1",
"jest": "^20.0.4",
"react-test-renderer": "^15.6.1",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.5.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment