This commit is contained in:
jpellizzari
2017-01-13 11:33:27 -08:00
parent cb7b9da5ff
commit a2fb6428d5
3 changed files with 38 additions and 1 deletions

View File

@@ -58,6 +58,7 @@
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-react": "6.8.0",
"expect": "^1.20.2",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.9.0",
"font-awesome-webpack": "0.0.4",
@@ -99,7 +100,9 @@
"loadreport": "npm run noprobe && sleep 1 && curl -X POST -H \"Content-Type: application/json\" http://$BACKEND_HOST/api/report -d"
},
"jest": {
"transform": {".*": "<rootDir>/node_modules/babel-jest"},
"transform": {
".*": "<rootDir>/node_modules/babel-jest"
},
"setupFiles": [
"<rootDir>/test/support/localStorage.js"
],