mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix Flow (2/2)
Define missing "beforeEach" so that Flow does not complain. Facebook is probably having these defined in another manner which makes their internal test suite pass.
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
|
||||
declare var jest: any;
|
||||
declare var describe: any;
|
||||
declare var beforeEach: any;
|
||||
declare var expect: any;
|
||||
declare var it: any;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user