Skip to content

Commit

Permalink
updates to package.json
Browse files Browse the repository at this point in the history
update version numbers of packages, and add some extra
config to 'jest' that fixes an error that started
occuring after the upgrade. See:

https://github.com/facebook/jest/issues/554\#issuecomment-148836979
  • Loading branch information
george-carlin committed Mar 7, 2016
1 parent c66c86c commit fbc23e0
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"eslint": "^2.2.0",
"eslint-config-airbnb": "^6.0.2",
"eslint-plugin-react": "^4.1.0",
"jest-cli": "^0.5.4",
"react": "^0.12.0",
"react-tools": "^0.12.1",
"reactify": "^0.17.1"
"jest-cli": "^0.8.2",
"react": "^0.14.7",
"react-tools": "^0.13.3",
"reactify": "^1.1.1"
},
"scripts": {
"test": "node --debug ./node_modules/jest-cli/bin/jest.js"
Expand All @@ -19,7 +19,10 @@
"scriptPreprocessor": "<rootDir>/__tests__/preprocessor.js",
"moduleFileExtensions": [ "js", "jsx"],
"unmockedModulePathPatterns": [
"react"
"react",
"fbjs",
"react-dom",
"react-addons-test-utils"
],
"testFileExtensions": ["js", "jsx"],
"testPathIgnorePatterns": [ "preprocessor.js" ]
Expand Down

0 comments on commit fbc23e0

Please sign in to comment.