зеркало из https://github.com/docker/kitematic.git
19 строки
416 B
JSON
19 строки
416 B
JSON
{
|
|
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
|
|
"setupEnvScriptFile": "<rootDir>/util/testenv.js",
|
|
"setupTestFrameworkScriptFile": "<rootDir>/util/prepare.js",
|
|
"unmockedModulePathPatterns": [
|
|
"alt",
|
|
"stream",
|
|
"tty",
|
|
"net",
|
|
"crypto",
|
|
"babel",
|
|
"bluebird",
|
|
"object-assign",
|
|
"underscore",
|
|
"source-map-support",
|
|
"<rootDir>/node_modules/.*JSONStream"
|
|
]
|
|
}
|