Optimizations for testing

This commit is contained in:
Jeffrey Morgan 2015-02-16 19:58:00 -08:00
parent de2f18d7a9
commit d5fe018a7e
1 changed files with 6 additions and 6 deletions

View File

@ -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",