about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorEugen <eugen@zeonfederated.com>2016-10-12 12:00:36 +0200
committerGitHub <noreply@github.com>2016-10-12 12:00:36 +0200
commit8d8ef18bb6ae119c6962c1e19c2026908776c7c7 (patch)
tree96601663ef7e08c3d7db11e374578f7137ba9762 /package.json
parent77efdfa1104a77061f014bbc84268028597620cb (diff)
parentecd4042c209a402c1ccace7e2b989783dce03436 (diff)
Merge pull request #89 from kschaper/react-testing
React testing
Diffstat (limited to 'package.json')
-rw-r--r--package.json19
1 files changed, 14 insertions, 5 deletions
diff --git a/package.json b/package.json
index 1ea514e1f..e980a72b2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,10 @@
 {
   "name": "mastodon",
+  "scripts": {
+    "test": "mocha --require ./spec/javascript/setup.js --compilers js:babel-register ./spec/javascript/components/*.test.jsx"
+  },
   "devDependencies": {
+    "axios": "^0.14.0",
     "babel-plugin-react-transform": "^2.0.2",
     "babel-plugin-transform-object-rest-spread": "^6.8.0",
     "babel-preset-es2015": "^6.13.2",
@@ -8,17 +12,21 @@
     "babelify": "^7.3.0",
     "browserify": "^13.1.0",
     "browserify-incremental": "^3.1.1",
-    "react": "^15.3.0",
-    "react-dom": "^15.3.0",
-    "react-proxy": "^1.1.8",
-    "axios": "^0.14.0",
+    "chai": "^3.5.0",
+    "enzyme": "^2.4.1",
     "es6-promise": "^3.2.1",
     "immutable": "^3.8.1",
+    "jsdom": "^9.6.0",
+    "mocha": "^3.1.1",
     "moment": "^2.14.1",
+    "react": "^15.3.2",
     "react-addons-perf": "^15.3.2",
     "react-addons-pure-render-mixin": "^15.3.1",
+    "react-addons-test-utils": "^15.3.2",
+    "react-dom": "^15.3.0",
     "react-immutable-proptypes": "^2.1.0",
     "react-notification": "^6.1.1",
+    "react-proxy": "^1.1.8",
     "react-redux": "^5.0.0-beta.3",
     "react-redux-loading-bar": "^2.3.3",
     "react-router": "^2.8.0",
@@ -26,6 +34,7 @@
     "redux": "^3.5.2",
     "redux-immutable": "^3.0.8",
     "redux-thunk": "^2.1.0",
-    "reselect": "^2.5.4"
+    "reselect": "^2.5.4",
+    "sinon": "^1.17.6"
   }
 }