mirror of https://github.com/docker/docs.git
Removing unnecessary config entries for integration tests
This commit is contained in:
parent
92e996b12e
commit
e55a8f0add
|
|
@ -4,16 +4,7 @@
|
|||
"setupEnvScriptFile": "<rootDir>/util/testenv.js",
|
||||
"setupTestFrameworkScriptFile": "<rootDir>/util/prepare.js",
|
||||
"unmockedModulePathPatterns": [
|
||||
"alt",
|
||||
"stream",
|
||||
"tty",
|
||||
"net",
|
||||
"crypto",
|
||||
"babel",
|
||||
"<rootDir>/node_modules/.*JSONStream",
|
||||
"<rootDir>/node_modules/object-assign",
|
||||
"<rootDir>/node_modules/underscore",
|
||||
"<rootDir>/node_modules/bluebird",
|
||||
"<rootDir>/node_modules/source-map-support"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue