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:
Mike Grabowski
2017-12-18 10:49:42 +01:00
parent e56089af1d
commit e6c1fb7212
+1
View File
@@ -17,6 +17,7 @@
declare var jest: any;
declare var describe: any;
declare var beforeEach: any;
declare var expect: any;
declare var it: any;