aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2017-12-14 12:32:13 +0100
committerNoah Loomans <noahloomans@gmail.com>2017-12-14 12:32:13 +0100
commita77272bfbebed7239c0c49049e211f4a6e597617 (patch)
treec0b6f9f7af6fa0eb6e602ff3020b9a4bb34b6249 /package.json
parent778dfdc728a101fca9ece3a14e590d3b8e1d43e1 (diff)
Add tests for search.js
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/package.json b/package.json
index 63e0def..f17e27e 100644
--- a/package.json
+++ b/package.json
@@ -8,6 +8,11 @@
"setup": "npm install && bower install",
"dev": "webpack -wd"
},
+ "jest": {
+ "transform": {
+ "^.+\\.jsx?$": "babel-jest"
+ }
+ },
"dependencies": {
"babel-loader": "^7.1.2",
"babel-preset-react": "^6.24.1",
@@ -49,15 +54,19 @@
"webshot": "^0.18.0"
},
"devDependencies": {
+ "babel-core": "^6.26.0",
+ "babel-jest": "^21.2.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"bower": "^1.7.9",
"browserify": "^14.0.0",
+ "deep-freeze": "^0.0.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1",
"gulp": "^3.9.1",
+ "jest": "^21.2.1",
"watchify": "^3.7.0",
"webpack": "^3.5.6"
},