From f7bde74a288001b84471941284802f954246e412 Mon Sep 17 00:00:00 2001 From: Ivar Date: Sun, 1 May 2016 16:25:44 +0200 Subject: [PATCH] Fixed failing jest-tests --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"