зеркало из https://github.com/docker/kitematic.git
20 строки
449 B
JSON
20 строки
449 B
JSON
{
|
|
"transform": { ".*": "<rootDir>/node_modules/babel-jest" },
|
|
"setupFiles": ["<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",
|
|
"<rootDir>/node_modules/core-js"
|
|
]
|
|
}
|