{ "scriptPreprocessor": "/node_modules/babel-jest/", "testFileExtensions": ["es6", "js"], "moduleFileExtensions": ["js", "json", "es6"], "collectCoverage": true, "testPathDirs": [ "/src/__tests__/" ], "testPathIgnorePatterns": [ "/src/__tests__/__mocks__/" ], "modulePathIgnorePatterns": [ "/node_modules/" ] }