Update react-docgen

This commit is contained in:
Felix Kling
2015-03-02 17:31:26 -08:00
parent 7b51a09444
commit f77d9f8bae
39 changed files with 1785 additions and 774 deletions

View File

@@ -29,7 +29,8 @@
"react-tools": "^0.12.2"
},
"jest": {
"scriptPreprocessor": "./preprocessor",
"testPathDirs": ["lib"]
"scriptPreprocessor": "./tests/preprocessor",
"testPathDirs": ["lib"],
"unmockedModulePathPatterns": ["tests/utils"]
}
}