mirror of https://github.com/docker/docs.git
Optimizations for testing
This commit is contained in:
parent
de2f18d7a9
commit
d5fe018a7e
12
package.json
12
package.json
|
@ -25,17 +25,17 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"jest": {
|
"jest": {
|
||||||
"scriptPreprocessor": "preprocessor.js",
|
"scriptPreprocessor": "<rootDir>/preprocessor.js",
|
||||||
"unmockedModulePathPatterns": [
|
"unmockedModulePathPatterns": [
|
||||||
"tty",
|
"tty",
|
||||||
"net",
|
"net",
|
||||||
"crypto",
|
"crypto",
|
||||||
"stream",
|
"stream",
|
||||||
"object-assign",
|
"<rootDir>/node_modules/object-assign",
|
||||||
"underscore",
|
"<rootDir>/node_modules/underscore",
|
||||||
"node_modules/react",
|
"<rootDir>/node_modules/react",
|
||||||
"node_modules/bluebird",
|
"<rootDir>/node_modules/bluebird",
|
||||||
"node_modules/6to5"
|
"<rootDir>/node_modules/babel"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"docker-version": "1.5.0",
|
"docker-version": "1.5.0",
|
||||||
|
|
Loading…
Reference in New Issue