mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 11:34:23 +00:00
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:
parent
09236ccbe7
commit
72694a722e
@ -34,7 +34,8 @@
|
||||
"init.sh",
|
||||
"LICENSE",
|
||||
"PATENTS",
|
||||
"README.md"
|
||||
"README.md",
|
||||
"jestSupport"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
|
Loading…
x
Reference in New Issue
Block a user