Include jestSupport for npm package

Summary:
https://github.com/facebook/react-native/pull/1639 was closed for unknown reason. This will help unit test with Jest without manually copying them into node_modules/react-native.
Closes https://github.com/facebook/react-native/pull/1848
Github Author: John Ku <john.cmyk@gmail.com>
This commit is contained in:
John Ku 2015-07-15 18:49:37 -07:00
parent 09236ccbe7
commit 72694a722e

View File

@ -34,7 +34,8 @@
"init.sh",
"LICENSE",
"PATENTS",
"README.md"
"README.md",
"jestSupport"
],
"scripts": {
"test": "jest",