jest version = 15.0.2 test framework = jasmine2 config = { "scriptPreprocessor": "C:\\Users\\dskgry\\app\\node_modules\\babel-jest", "rootDir": "C:\\Users\\dskgry\\app\\src", "moduleNameMapper": [ [ "^.*[.](less|LESS)$", "C:\\Users\\dskgry\\app\\src\\__tests__\\__testhelper__\\less_helper" ] ], "setupTestFrameworkScriptFile": "C:\\Users\\dskgry\\app\\src\\__tests__\\__testhelper__\\config.js", "testRegex": "__tests__/.*Test.js$", "coveragePathIgnorePatterns": [ "\\\\node_modules\\\\", "C:\\\\Users\\\\dskgry\\\\app\\\\src\\\\__tests__\\\\" ], "globals": { "__DEVELOPMENT__": true }, "name": "C:-Users-dskgry-app-src", "setupFiles": [ "C:\\Users\\dskgry\\app\\node_modules\\babel-polyfill\\lib\\index.js" ], "testRunner": "C:\\Users\\dskgry\\app\\node_modules\\jest-jasmine2\\build\\index.js", "usesBabelJest": true, "preprocessorIgnorePatterns": [ "\\\\node_modules\\\\" ], "automock": false, "bail": false, "browser": false, "cacheDirectory": "C:\\Users\\SVEN~1.KOE\\AppData\\Local\\Temp\\jest", "colors": false, "coverageReporters": [ "json", "text", "lcov", "clover" ], "haste": { "providesModuleNodeModules": [] }, "mocksPattern": "__mocks__", "moduleDirectories": [ "node_modules" ], "moduleFileExtensions": [ "js", "json", "node" ], "modulePathIgnorePatterns": [], "noStackTrace": false, "notify": false, "preset": null, "resetModules": false, "testEnvironment": "jest-environment-jsdom", "testPathDirs": [ "C:\\Users\\dskgry\\app\\src" ], "testPathIgnorePatterns": [ "\\\\node_modules\\\\" ], "testURL": "about:blank", "timers": "real", "useStderr": false, "verbose": null, "watch": false, "cache": true, "watchman": true, "testcheckOptions": { "times": 100, "maxSize": 200 } }