diff --git a/package.json b/package.json index c61aae42cf..d37ac33519 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "eslint-config-spt": "^2.0.0", "eslint-plugin-react": "^4.3.0", "istanbul": "^0.4.3", - "jest-cli": "0.5.4", + "jest-cli": "0.5.8", "mocha": "^2.4.5", "mocha-lcov-reporter": "1.2.0", "nsp": "^2.3.2", @@ -87,6 +87,9 @@ }, "jest": { "scriptPreprocessor": "/jest-preprocessor.js", + "modulePathIgnorePatterns": [ + "/node_modules/npm" + ], "unmockedModulePathPatterns": [ "/node_modules/react", "/node_modules/reflux"