Skip to content

Instantly share code, notes, and snippets.

@Ch4s3
Last active August 2, 2016 13:21
Show Gist options
  • Save Ch4s3/eb7e9a4b7033797d892bde4688a708e2 to your computer and use it in GitHub Desktop.
Save Ch4s3/eb7e9a4b7033797d892bde4688a708e2 to your computer and use it in GitHub Desktop.
dev dependencies in package.json related to karma/jasmine testing
"devDependencies": {
"react-addons-test-utils": "^15.2.1",
"expect": "^1.13.0",
"jasmine": "^2.3.4",
"karma": "^0.13.15",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.2.1",
"karma-sourcemap-loader": "^0.3.6",
"karma-webpack": "^1.7.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment