added config for Jest tests location

This commit is contained in:
Stephen Rodriguez
2015-06-10 14:38:32 -04:00
parent 61b8a84945
commit cdc1fe26f0
2 changed files with 1 additions and 9 deletions

View File

@@ -6,6 +6,7 @@
"testFileExtensions": [
"jest.js"
],
"testDirectoryName": "tests",
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react"