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": { "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",