[react-packager][cleanup options 1/2] add npm installed joi validation library

This commit is contained in:
Amjad Masad 2015-02-19 13:11:11 -08:00
parent e781e469d1
commit 61b7183ae0
1 changed files with 6 additions and 2 deletions

View File

@ -4,7 +4,11 @@
"description": "",
"main": "index.js",
"jest": {
"unmockedModulePathPatterns": ["source-map"],
"testPathIgnorePatterns": ["JSAppServer/node_modules"]
"unmockedModulePathPatterns": [
"source-map"
],
"testPathIgnorePatterns": [
"JSAppServer/node_modules"
]
}
}