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": {
|
||||
"scriptPreprocessor": "preprocessor.js",
|
||||
"scriptPreprocessor": "<rootDir>/preprocessor.js",
|
||||
"unmockedModulePathPatterns": [
|
||||
"tty",
|
||||
"net",
|
||||
"crypto",
|
||||
"stream",
|
||||
"object-assign",
|
||||
"underscore",
|
||||
"node_modules/react",
|
||||
"node_modules/bluebird",
|
||||
"node_modules/6to5"
|
||||
"<rootDir>/node_modules/object-assign",
|
||||
"<rootDir>/node_modules/underscore",
|
||||
"<rootDir>/node_modules/react",
|
||||
"<rootDir>/node_modules/bluebird",
|
||||
"<rootDir>/node_modules/babel"
|
||||
]
|
||||
},
|
||||
"docker-version": "1.5.0",
|
||||
|
|
Loading…
Reference in New Issue