fix breaking tests
Showing
.gitattributes
0 → 100644
| ... | ... | @@ -37,10 +37,10 @@ |
| "babel-preset-env": "^1.4.0", | ||
| "babel-preset-es2015": "^6.24.1", | ||
| "babel-preset-react": "^6.24.1", | ||
| "coveralls": "^2.13.1", | ||
| "enzyme": "^2.8.2", | ||
| "babili-webpack-plugin": "^0.1.1", | ||
| "coveralls": "^2.13.1", | ||
| "css-loader": "^0.28.4", | ||
| "enzyme": "^2.8.2", | ||
| "eslint": "^3.19.0", | ||
| "eslint-config-airbnb": "^14.1.0", | ||
| "eslint-config-edx": "^2.0.1", | ||
| ... | ... | @@ -48,6 +48,7 @@ |
| "eslint-plugin-jsx-a11y": "^4.0.0", | ||
| "eslint-plugin-react": "^6.10.3", | ||
| "husky": "^0.13.4", | ||
| "identity-obj-proxy": "^3.0.0", | ||
| "jest": "^20.0.4", | ||
| "node-sass": "^4.5.3", | ||
| "postcss-scss": "^1.0.1", | ||
| ... | ... | @@ -58,5 +59,11 @@ |
| "style-loader": "^0.18.2", | ||
| "webpack": "^2.4.1", | ||
| "webpack-dev-server": "^2.4.4" | ||
| }, | ||
| "jest": { | ||
| "moduleNameMapper": { | ||
| "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js", | ||
| "\\.(css|scss)$": "identity-obj-proxy" | ||
| } | ||
| } | ||
| } |
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment