2015-05-27 04:51:52 +03:00
|
|
|
{
|
2015-06-05 05:15:22 +03:00
|
|
|
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
|
2015-05-27 04:51:52 +03:00
|
|
|
"setupEnvScriptFile": "<rootDir>/util/testenv.js",
|
|
|
|
"setupTestFrameworkScriptFile": "<rootDir>/util/prepare.js",
|
|
|
|
"unmockedModulePathPatterns": [
|
|
|
|
"alt",
|
|
|
|
"stream",
|
|
|
|
"tty",
|
|
|
|
"net",
|
|
|
|
"crypto",
|
|
|
|
"babel",
|
2015-06-05 05:15:22 +03:00
|
|
|
"bluebird",
|
|
|
|
"object-assign",
|
|
|
|
"underscore",
|
|
|
|
"source-map-support",
|
|
|
|
"<rootDir>/node_modules/.*JSONStream"
|
2015-05-27 04:51:52 +03:00
|
|
|
]
|
|
|
|
}
|